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-20T17:50:58.744Z||main|||||INFO|500||The following profiles are active: basic 2023-03-20T17:51:08.646Z||main|||||INFO|500||Starting service [Tomcat] 2023-03-20T17:51:08.650Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-03-20T17:51:08.769Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-03-20T17:51:12.439Z||main|||||INFO|500||catdb-pool - Starting... 2023-03-20T17:51:12.797Z||main|||||INFO|500||catdb-pool - Start completed. 2023-03-20T17:51:13.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-03-20T17:51:13.555Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-03-20T17:51:14.229Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-03-20T17:51:17.371Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-20T17:51:17.812Z||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-20T17:51:19.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-20T17:51:19.897Z||main|||||INFO|500||reqdb-pool - Starting... 2023-03-20T17:51:19.925Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-03-20T17:51:19.934Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-03-20T17:51:20.440Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-20T17:51:20.710Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-20T17:51:21.498Z||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-20T17:51:22.037Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-03-20T17:51:22.037Z||main|||||ERROR|500||(conn=826) Table 'catalogdb.activity_spec' doesn't exist 2023-03-20T17:51:22.054Z||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-20T17:51:24.048Z||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-20T17:51:25.997Z||main|||||WARN|500||--- 2023-03-20T17:51:25.998Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-03-20T17:51:25.998Z||main|||||WARN|500||--- 2023-03-20T17:51:26.304Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-03-20T17:51:30.036Z||main|||||INFO|500||Started Application in 33.81 seconds (JVM running for 36.529) 2023-03-20T17:51:30.049Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-20T17:51:30.053Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-20T17:51:30.060Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-20T17:51:30.096Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 853f33f3-6cfc-4fa8-92bf-71294ce02d0b url= /sdc/v1/artifactTypes 2023-03-20T17:51:30.099Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-20T17:51:30.182Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-20T17:51:30.183Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a92807d 2023-03-20T17:51:30.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-20T17:51:30.198Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-20T17:51:30.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-20T17:51:30.221Z||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$$24c330a.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-20T17:52:20.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-20T17:52:20.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-20T17:52:20.032Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-20T17:52:20.040Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b2fb4651-18fa-47c7-bfe6-0ce79491704e url= /sdc/v1/artifactTypes 2023-03-20T17:52:20.040Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-20T17:52:20.108Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-20T17:52:20.118Z||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-20T17:52:20.118Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-03-20T17:52:20.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 29dffb40-1296-492d-be2e-0b46049a5b25 url= /sdc/v1/distributionKafkaData 2023-03-20T17:52:20.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-03-20T17:52:20.157Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-20T17:52:20.162Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@9d44bac 2023-03-20T17:52:20.221Z||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-a7243739-d632-4cce-8d8f-068cb27ee03f 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-20T17:52:20.271Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Instantiated an idempotent producer. 2023-03-20T17:52:20.351Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740401 2023-03-20T17:52:20.409Z||scheduling-1|||||INFO|500||start DistributionClient 2023-03-20T17:52:20.428Z||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-3b40ca4b-7b7c-449d-a50f-5ce13a035026 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-20T17:52:20.509Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-20T17:52:20.510Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-20T17:52:20.510Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740509 2023-03-20T17:52:20.511Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:52:20.514Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:52:20.514Z||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-f8c890cf-fda9-4771-a283-5628dd94a098 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-20T17:52:20.522Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-20T17:52:20.522Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-20T17:52:20.523Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740522 2023-03-20T17:52:20.523Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:52:20.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:52:20.530Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-03-20T17:52:21.243Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.246Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A 2023-03-20T17:52:21.247Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Cluster ID: g32yTkd-TXuJkj03ayRFTA 2023-03-20T17:52:21.248Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:21.250Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cluster ID: g32yTkd-TXuJkj03ayRFTA 2023-03-20T17:52:21.250Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Cluster ID: g32yTkd-TXuJkj03ayRFTA 2023-03-20T17:52:21.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-03-20T17:52:21.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-03-20T17:52:21.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-20T17:52:21.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-20T17:52:21.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] ProducerId set to 2000 with epoch 0 2023-03-20T17:52:21.341Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793 2023-03-20T17:52:21.341Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7 2023-03-20T17:52:21.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-20T17:52:21.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:21.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-20T17:52:21.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-20T17:52:27.349Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-20T17:52:27.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793', protocol='range'} 2023-03-20T17:52:27.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-20T17:52:27.405Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793=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-20T17:52:27.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793', protocol='range'} 2023-03-20T17:52:27.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-20T17:52:27.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-20T17:52:27.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.427Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-03-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-03-20T17:52:27.442Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-03-20T17:52:27.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-03-20T17:52:27.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-03-20T17:52:27.484Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-20T17:52:27.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-20T17:52:27.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-20T17:52:27.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-20T17:52:27.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-20T17:52:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-20T17:52:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-20T17:53:20.520Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:53:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:54:20.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:54:20.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:55:20.522Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:55:20.530Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:56:20.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:56:20.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:57:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:57:20.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:58:20.526Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:58:20.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T17:59:20.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T17:59:20.535Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:00:20.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:00:20.536Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:01:20.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:01:20.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:01:21.293Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node -1 disconnected. 2023-03-20T18:01:21.293Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Node -1 disconnected. 2023-03-20T18:01:21.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Node -1 disconnected. 2023-03-20T18:01:28.030Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-03-20T18:02:20.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:02:20.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:03:20.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:03:20.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:04:20.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:04:20.542Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:05:20.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:05:20.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:06:20.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:06:20.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:07:20.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:07:20.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:08:20.539Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:08:20.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:09:20.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:09:20.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:10:20.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:10:20.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:11:20.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:11:20.550Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:12:20.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:12:20.551Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:13:20.546Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:13:20.551Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:14:20.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:14:20.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:15:20.548Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:15:20.554Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:16:20.549Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:16:20.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:17:20.551Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:17:20.557Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:18:20.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:18:20.558Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:19:20.553Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:19:20.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:20:20.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:20:20.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:21:20.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:21:20.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:22:20.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:22:20.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:23:20.557Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:23:20.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:24:20.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:24:20.564Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:25:20.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:25:20.566Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:26:20.560Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:26:20.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:27:20.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:27:20.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:28:20.563Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:28:20.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:29:20.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:29:20.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:30:20.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:30:20.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:31:20.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:31:20.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:32:20.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:32:20.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:33:20.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:33:20.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:34:20.570Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:34:20.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:35:20.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:35:20.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:36:20.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:36:20.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:37:20.573Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:37:20.580Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:38:20.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:38:20.582Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:39:20.577Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:39:20.583Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:40:20.578Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:40:20.586Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:41:20.579Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:41:20.587Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:42:20.580Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:42:20.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:43:20.581Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:43:20.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:44:20.581Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:44:20.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:45:20.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:45:20.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:46:20.583Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:46:20.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:47:20.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:47:20.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:48:20.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:48:20.595Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:49:20.587Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:49:20.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:50:20.588Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:50:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:51:20.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:51:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:52:20.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:52:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:53:20.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:53:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:54:20.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:54:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:55:20.593Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:55:20.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:56:20.594Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:56:20.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:57:20.595Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:57:20.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:58:20.597Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:58:20.603Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T18:59:20.598Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T18:59:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:00:20.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:00:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:01:20.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:01:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:02:20.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:02:20.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:03:20.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:03:20.609Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:04:20.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:04:20.610Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:05:20.604Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:05:20.611Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:06:20.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:06:20.612Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:07:20.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:07:20.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:08:20.608Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:08:20.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:09:20.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:09:20.615Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:10:20.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:10:20.616Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:11:20.612Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:11:20.616Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:12:20.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:12:20.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:13:20.614Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:13:20.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:14:20.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:14:20.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:15:20.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:15:20.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:16:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:16:20.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:17:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:17:20.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:18:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:18:20.621Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:19:20.619Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:19:20.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:20:20.621Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:20:20.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:21:20.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:21:20.623Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:22:20.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:22:20.625Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:23:20.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:23:20.626Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:24:20.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:24:20.626Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:25:20.627Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:25:20.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:26:20.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:26:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:27:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:27:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:28:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:28:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:29:20.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:29:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:30:20.631Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:30:20.632Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:31:20.633Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:31:20.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:32:20.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:32:20.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:33:20.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:33:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:34:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:34:20.637Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:35:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:35:20.637Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:36:20.638Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:36:20.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:37:20.639Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:37:20.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:38:20.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:38:20.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:39:20.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:39:20.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:40:20.643Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:40:20.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:41:20.644Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:41:20.644Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:42:20.644Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:42:20.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:43:20.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:43:20.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:44:20.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:44:20.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:45:20.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:45:20.648Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:46:20.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:46:20.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:47:20.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:47:20.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:48:20.651Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:48:20.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:49:20.652Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:49:20.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:50:20.652Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:50:20.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:51:20.653Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:51:20.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:52:20.654Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:52:20.656Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:53:20.655Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:53:20.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:54:20.657Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:54:20.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:55:20.659Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:55:20.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:56:20.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:56:20.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:57:20.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:57:20.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:58:20.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T19:58:20.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:59:20.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T19:59:20.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:00:20.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:00:20.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:01:20.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:01:20.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:02:20.666Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:02:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:03:20.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:03:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:04:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:04:20.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:05:20.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:05:20.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:06:20.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:06:20.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:07:20.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:07:20.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:08:20.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:08:20.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:09:20.673Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:09:20.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:10:20.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:10:20.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:11:20.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:11:20.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:12:20.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:12:20.676Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:13:20.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:13:20.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:14:20.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:14:20.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:15:20.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:15:20.679Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:16:20.679Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:16:20.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:17:20.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:17:20.680Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:18:20.681Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:18:20.681Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:19:20.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:19:20.683Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:20:20.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:20:20.684Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:21:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:21:20.684Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:22:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:22:20.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:23:20.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:23:20.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:24:20.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:24:20.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:25:20.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:25:20.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:26:20.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:26:20.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:27:20.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:27:20.691Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:28:20.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:28:20.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:29:20.692Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:29:20.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:30:20.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:30:20.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:31:20.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:31:20.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:32:20.696Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:32:20.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:33:20.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:33:20.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:33:47.929Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-20T20:34:20.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:34:20.698Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:35:20.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:35:20.699Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:36:20.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:36:20.700Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:37:20.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:37:20.701Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:38:20.702Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:38:20.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:39:20.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:39:20.703Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:40:20.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:40:20.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:41:20.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:41:20.705Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:42:20.706Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:42:20.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:43:20.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:43:20.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:44:20.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:44:20.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:45:20.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:45:20.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:46:20.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:46:20.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:47:20.712Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:47:20.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:48:20.713Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:48:20.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:49:20.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:49:20.715Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:50:20.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:50:20.717Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:51:20.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:51:20.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:52:20.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:52:20.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:53:20.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:53:20.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:54:20.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:54:20.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:55:20.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:55:20.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:56:20.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:56:20.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:57:20.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:57:20.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:58:20.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:58:20.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T20:59:20.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T20:59:20.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:00:20.725Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:00:20.725Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:01:20.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:01:20.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:02:20.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:02:20.728Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:03:20.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:03:20.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:04:20.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:04:20.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:05:20.730Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:05:20.730Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:06:20.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:06:20.732Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:07:20.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:07:20.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:08:20.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:08:20.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:09:20.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:09:20.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:10:20.736Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:10:20.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:11:20.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:11:20.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:12:20.739Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:12:20.739Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:13:20.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:13:20.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:14:20.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:14:20.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:15:20.741Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:15:20.742Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:16:20.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:16:20.743Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:17:20.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:17:20.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:18:20.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:18:20.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:19:20.744Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:19:20.745Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:20:20.746Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:20:20.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:21:20.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:21:20.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:22:20.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:22:20.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:23:20.748Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:23:20.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:24:20.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:24:20.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:25:20.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:25:20.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:26:20.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:26:20.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:27:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:27:20.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:28:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:28:20.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:29:20.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:29:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:30:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:30:20.756Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:31:20.756Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:31:20.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:32:20.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:32:20.757Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:33:20.759Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:33:20.759Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:34:20.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:34:20.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:35:20.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:35:20.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:36:20.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:36:20.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:37:20.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:37:20.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:38:20.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:38:20.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:39:20.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:39:20.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:40:20.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:40:20.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:41:20.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:41:20.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:42:20.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:42:20.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:43:20.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:43:20.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:44:20.769Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:44:20.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:45:20.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:45:20.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:46:20.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:46:20.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:47:20.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:47:20.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:48:20.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:48:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:49:20.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:49:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:50:20.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:50:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:51:20.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:51:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:52:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:52:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:53:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:53:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:54:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:54:20.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:55:20.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:55:20.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:56:20.778Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:56:20.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:57:20.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:57:20.780Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:58:20.781Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:58:20.781Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T21:59:20.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T21:59:20.782Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:00:20.783Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:00:20.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:01:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:01:20.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:02:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:02:20.786Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:03:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:03:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:04:20.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:04:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:05:20.786Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:05:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:06:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:06:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:07:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:07:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:08:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:08:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:09:20.789Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:09:20.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:10:20.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:10:20.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:11:20.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:11:20.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:12:20.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:12:20.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:13:20.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:13:20.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:14:20.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:14:20.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:15:20.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:15:20.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:16:20.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:16:20.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:17:20.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:17:20.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:18:20.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:18:20.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:19:20.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:19:20.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:20:20.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:20:20.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:21:20.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:21:20.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:22:20.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:22:20.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:23:20.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:23:20.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:24:20.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:24:20.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:25:20.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:25:20.805Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:26:20.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:26:20.806Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:27:20.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:27:20.806Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:28:20.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:28:20.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:29:20.808Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:29:20.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:30:20.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:30:20.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:31:20.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:31:20.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:32:20.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:32:20.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:33:20.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:33:20.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:34:20.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:34:20.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:35:20.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:35:20.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:36:20.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:36:20.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:37:20.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:37:20.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:38:20.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:38:20.816Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:39:20.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:39:20.816Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:40:20.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:40:20.817Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:41:20.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:41:20.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:42:20.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:42:20.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:43:20.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:43:20.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:44:20.821Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:44:20.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:45:20.822Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:45:20.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:46:20.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:46:20.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:47:20.824Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:47:20.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:48:20.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:48:20.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:49:20.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:49:20.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:50:20.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:50:20.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:51:20.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:51:20.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:52:20.830Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:52:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:53:20.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:53:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:54:20.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:54:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:55:20.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:55:20.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:56:20.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:56:20.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:57:20.835Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:57:20.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:58:20.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:58:20.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T22:59:20.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T22:59:20.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:00:20.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:00:20.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:01:20.839Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:01:20.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:02:20.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:02:20.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:03:20.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:03:20.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:04:20.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:04:20.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:05:20.842Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:05:20.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:06:20.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:06:20.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:07:20.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:07:20.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:08:20.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:08:20.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:09:20.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:09:20.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:10:20.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:10:20.848Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:11:20.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:11:20.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:12:20.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:12:20.850Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:13:20.850Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:13:20.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:14:20.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:14:20.852Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:15:20.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:15:20.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:16:20.853Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:16:20.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:17:20.853Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:17:20.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:18:20.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:18:20.856Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:19:20.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:19:20.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:20:20.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:20:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:21:20.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:21:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:22:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:22:20.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:23:20.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:23:20.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:24:20.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:24:20.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:25:20.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:25:20.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:26:20.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:26:20.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:27:20.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:27:20.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:28:20.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:28:20.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:29:20.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:29:20.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:30:20.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:30:20.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:31:20.867Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:31:20.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:32:20.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:32:20.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:33:20.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:33:20.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:34:20.870Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:34:20.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:35:20.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:35:20.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:36:20.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:36:20.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:37:20.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:37:20.873Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:38:20.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:38:20.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:39:20.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:39:20.875Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:40:20.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:40:20.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:41:20.878Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:41:20.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:42:20.878Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:42:20.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:43:20.880Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:43:20.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:44:20.881Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:44:20.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:45:20.882Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:45:20.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:46:20.882Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:46:20.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:47:20.884Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:47:20.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:48:20.885Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:48:20.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:49:20.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:49:20.887Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:50:20.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:50:20.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:51:20.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:51:20.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:52:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:52:20.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:53:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:53:20.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:54:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:54:20.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:55:20.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:55:20.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:56:20.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:56:20.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:57:20.891Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:57:20.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:58:20.892Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:58:20.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-20T23:59:20.893Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-20T23:59:20.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:00:20.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:00:20.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:01:20.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:01:20.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:02:20.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:02:20.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:03:20.897Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:03:20.900Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:04:20.899Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:04:20.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:05:20.900Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:05:20.902Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:06:20.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:06:20.903Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:07:20.903Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:07:20.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:08:20.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:08:20.905Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:09:20.906Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:09:20.906Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:10:20.908Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:10:20.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:11:20.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:11:20.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:12:20.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:12:20.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:13:20.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:13:20.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:14:20.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:14:20.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:15:20.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:15:20.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:16:20.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:16:20.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:17:20.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:17:20.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:18:20.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:18:20.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:19:20.916Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:19:20.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:20:20.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:20:20.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:21:20.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:21:20.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:22:20.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:22:20.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:23:20.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:23:20.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:24:20.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:24:20.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:25:20.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:25:20.924Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:26:20.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:26:20.925Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:27:20.926Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:27:20.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:28:20.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:28:20.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:29:20.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:29:20.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:30:20.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:30:20.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:31:20.931Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:31:20.930Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:32:20.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:32:20.933Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:33:20.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:33:20.934Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:34:20.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:34:20.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:35:20.936Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:35:20.936Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:36:20.938Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:36:20.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:37:20.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:37:20.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:38:20.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:38:20.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:39:20.940Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:39:20.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:40:20.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:40:20.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:41:20.942Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:41:20.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:42:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:42:20.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:43:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:43:20.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:44:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:44:20.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:45:20.944Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:45:20.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:46:20.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:46:20.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:47:20.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:47:20.947Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:48:20.947Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:48:20.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:49:20.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:49:20.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:50:20.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:50:20.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:51:20.950Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:51:20.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:52:20.950Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:52:20.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:53:20.951Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:53:20.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:54:20.952Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:54:20.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:55:15.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T00:55:15.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"691c2ced-7f9a-450c-99f5-4127a3a2f781","serviceName":"vFW 2023-03-21 00-54-04","serviceVersion":"1.0","serviceUUID":"48559de9-208b-4a29-ba39-81ab76d61737","serviceDescription":"catalog service description","serviceInvariantUUID":"69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b","resources":[{"resourceInstanceName":"vFW 564d4194-93de 0","resourceName":"vFW 564d4194-93de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6ac1611-6d31-4937-b825-956973cd0585","resourceInvariantUUID":"93a5283d-ffec-41d4-b94b-90e22c366f60","resourceCustomizationUUID":"8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml","artifactChecksum":"NjM3Y2Y1ZTg5OTJkNzM3NTc2YzY4ZjRiYjJkMjhmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16bb02cb-f8fb-4b8f-b4fd-f9ff20ce81b5","artifactVersion":"1"},{"artifactName":"vfw564d419493de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json","artifactChecksum":"OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b006769c-2916-4da6-8ae7-f172a5e15071","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDYyODcwMWE3Nzg0MjYwN2UxYWI0ODkwMTE4NmI3NWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41a7484a-202a-4060-a246-f86ab9bc790d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfabe727-e0a0-4a89-80b6-eed08d082127","artifactVersion":"2","generatedFromUUID":"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321005404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml","artifactChecksum":"YmY2ZWZhYzM0ZmQxZmU3ZDFhMGNiNDg3MWQ5NzJhODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e4fea6d-61d9-49e0-af16-f59c8a0947c9","artifactVersion":"1"},{"artifactName":"service-Vfw20230321005404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar","artifactChecksum":"MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1814d69-9607-4c80-a30b-725eb307ecf1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T00:55:15.186Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:15.192Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:15.192Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:15.192Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A 2023-03-21T00:55:15.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:55:15.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:55:15.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:55:16.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:16.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:16.224Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:16.225Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:17.226Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:17.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:17.227Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:17.227Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:18.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:18.229Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:18.229Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:19.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:19.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:19.231Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:19.232Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:20.232Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:20.233Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:20.233Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:20.233Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:55:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:55:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:55:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:55:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:55:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:55:21.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:55:21.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:21.235Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:21.235Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:22.238Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "serviceName": "vFW 2023-03-21 00-54-04", "serviceVersion": "1.0", "serviceUUID": "48559de9-208b-4a29-ba39-81ab76d61737", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b", "resources": [ { "resourceInstanceName": "vFW 564d4194-93de 0", "resourceCustomizationUUID": "8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981", "resourceName": "vFW 564d4194-93de", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f6ac1611-6d31-4937-b825-956973cd0585", "resourceInvariantUUID": "93a5283d-ffec-41d4-b94b-90e22c366f60", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw564d419493de0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "artifactChecksum": "OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b006769c-2916-4da6-8ae7-f172a5e15071", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bfabe727-e0a0-4a89-80b6-eed08d082127", "generatedFromUUID": "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bfabe727-e0a0-4a89-80b6-eed08d082127", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230321005404-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "artifactChecksum": "MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1814d69-9607-4c80-a30b-725eb307ecf1" } ], "workloadContext": "Production" } 2023-03-21T00:55:22.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T00:55:22.243Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48559de9-208b-4a29-ba39-81ab76d61737 ASDC 2023-03-21T00:55:22.313Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:691c2ced-7f9a-450c-99f5-4127a3a2f781 ServiceName:vFW 2023-03-21 00-54-04 ServiceVersion:1.0 ServiceUUID:48559de9-208b-4a29-ba39-81ab76d61737 ServiceInvariantUUID:69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230321005404-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar ArtifactUUID:c1814d69-9607-4c80-a30b-725eb307ecf1 ArtifactChecksum:MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 564d4194-93de 0 ResourceCustomizationUUID:8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 ResourceInvariantUUID:93a5283d-ffec-41d4-b94b-90e22c366f60 ResourceName:vFW 564d4194-93de ResourceType:VF ResourceUUID:f6ac1611-6d31-4937-b825-956973cd0585 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw564d419493de0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json ArtifactUUID:b006769c-2916-4da6-8ae7-f172a5e15071 ArtifactChecksum:OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg= 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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml ArtifactUUID:a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ArtifactUUID:bfabe727-e0a0-4a89-80b6-eed08d082127 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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ArtifactUUID:bfabe727-e0a0-4a89-80b6-eed08d082127 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T00:55:22.313Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48559de9-208b-4a29-ba39-81ab76d61737 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T00:55:22.497Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T00:55:22.498Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T00:55:22.498Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c1814d69-9607-4c80-a30b-725eb307ecf1 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:22.623Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T00:55:22.628Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar c1814d69-9607-4c80-a30b-725eb307ecf1 101460 2023-03-21T00:55:22.629Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar ASDC sendASDCNotification 2023-03-21T00:55:22.629Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:22.630Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T00:55:22.630Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:22.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:22.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360122629, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:23.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T00:55:23.632Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T00:55:23.633Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c1814d69-9607-4c80-a30b-725eb307ecf1, URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar to file: /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:23.633Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321005404-csar.csar 2023-03-21T00:55:23.692Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:23.693Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:24.050Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6145205338621366580/Definitions/service-Vfw20230321005404-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-21T00:55:26.019Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 564d4194-93de 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-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||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-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T00:55:26.029Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.030Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.033Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:26.033Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T00:55:26.034Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T00:55:26.035Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.035Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.038Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4288af03-0e58-4d8c-a735-c108b3a2b545 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b5a132-f034-4efe-841b-2f4a5a2ac9ae 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e975db20-2f8e-409d-b059-89440bd36454 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-03-21 00-54-04 Description:catalog service description Model UUID:48559de9-208b-4a29-ba39-81ab76d61737 Model Version:NULL Model InvariantUuid:69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 564d4194-93de Model UUID:60e6d891-9c0c-4d6b-b4aa-73a976804105 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:93a5283d-ffec-41d4-b94b-90e22c366f60 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2 ModelName:Vfw564d419493de..base_vfw..module-0 ModelUuid:279abaa9-0df3-43f4-ae35-55986bbd2a89 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4288af03-0e58-4d8c-a735-c108b3a2b545 ModelInvariantUuid:84ecddde-e518-4454-acf2-c85b530ab50a ModelName:vFW 564d4194-93de-nodes.vfwCvfc ModelUuid:1c8f6d38-c709-4ce8-9db9-97c19b76ca2a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d6d3243e-779d-4c45-83e6-ad29003f1885 ModelInvariantUuid:4b73074e-af0c-4561-9d8e-c7583369089c ModelName:Vfw564d419493de.compute.nodes.heat.vfw ModelUuid:96970ea6-137a-4110-acd2-4d424e5221d7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d8b5a132-f034-4efe-841b-2f4a5a2ac9ae ModelInvariantUuid:a0a529b7-4bb3-4e7f-be8b-28482c9826b8 ModelName:vFW 564d4194-93de-nodes.vsnCvfc ModelUuid:aaf4e5b3-75b3-413f-8f69-4f5b3650b797 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8080fc9b-1d6a-4e85-8185-9ca0ea475ab9 ModelInvariantUuid:6b293397-21e4-41c7-a02d-d1c73b0a8f6a ModelName:Vfw564d419493de.compute.nodes.heat.vsn ModelUuid:8edc8d0d-c199-44a5-a519-8812ef442687 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e975db20-2f8e-409d-b059-89440bd36454 ModelInvariantUuid:0278de53-41bb-46e5-8f92-bec4bba0882f ModelName:vFW 564d4194-93de-nodes.vpgCvfc ModelUuid:4d546618-80ff-4e45-9a76-f2fe585abd5f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8d019c48-c405-4238-a8ea-7323ebf50f4d ModelInvariantUuid:08f89a68-895a-4575-9f94-71e77e780986 ModelName:Vfw564d419493de.compute.nodes.heat.vpg ModelUuid:abbebe84-7cdc-4d23-960d-79511ac8ef72 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-21T00:55:26.074Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f6ac1611-6d31-4937-b825-956973cd0585 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T00:55:26.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||vFW 564d4194-93de 0 2023-03-21T00:55:26.129Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6ac1611-6d31-4937-b825-956973cd0585 2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b006769c-2916-4da6-8ae7-f172a5e15071 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json 2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json 2023-03-21T00:55:26.237Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json b006769c-2916-4da6-8ae7-f172a5e15071 785 2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json ASDC sendASDCNotification 2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json 2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360126238, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:27.240Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw564d419493de..base_vfw..module-0", "vfModuleModelInvariantUUID": "78cdbd3a-c1bd-4c95-9194-a9a90897b0f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "279abaa9-0df3-43f4-ae35-55986bbd2a89", "vfModuleModelCustomizationUUID": "38d0e3df-a0b4-4eec-956c-ea579afd58bb", "isBase": true, "artifacts": [ "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385", "bfabe727-e0a0-4a89-80b6-eed08d082127" ], "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-21T00:55:27.256Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw564d419493de..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:279abaa9-0df3-43f4-ae35-55986bbd2a89 VfModuleModelInvariantUUID:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2 VfModuleModelDescription:NULL Artifacts UUID List:{ a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 , bfabe727-e0a0-4a89-80b6-eed08d082127 } 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-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw564d419493de..base_vfw..module-0", "vfModuleModelInvariantUUID": "78cdbd3a-c1bd-4c95-9194-a9a90897b0f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "279abaa9-0df3-43f4-ae35-55986bbd2a89", "vfModuleModelCustomizationUUID": "38d0e3df-a0b4-4eec-956c-ea579afd58bb", "isBase": true, "artifacts": [ "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385", "bfabe727-e0a0-4a89-80b6-eed08d082127" ], "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-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw564d419493de..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:279abaa9-0df3-43f4-ae35-55986bbd2a89 VfModuleModelInvariantUUID:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2 VfModuleModelDescription:NULL Artifacts UUID List:{ a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 , bfabe727-e0a0-4a89-80b6-eed08d082127 } 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-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml 2023-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml 2023-03-21T00:55:27.367Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 20368 2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml 2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360127368, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfabe727-e0a0-4a89-80b6-eed08d082127 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env 2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env 2023-03-21T00:55:28.469Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env bfabe727-e0a0-4a89-80b6-eed08d082127 2098 2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env 2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:28.471Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:28.471Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360128470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:29.472Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 48559de9-208b-4a29-ba39-81ab76d61737 2023-03-21T00:55:29.472Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 564d4194-93de 0 f6ac1611-6d31-4937-b825-956973cd0585 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-21T00:55:29.521Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ca02df, org.onap.sdc.toscaparser.api.parameters.Input@2225da58, org.onap.sdc.toscaparser.api.parameters.Input@3cd84a04, org.onap.sdc.toscaparser.api.parameters.Input@14568139, org.onap.sdc.toscaparser.api.parameters.Input@52ccb596] 2023-03-21T00:55:29.524Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 matches Tosca VF Customization UUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 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-21T00:55:29.532Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.532Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ebc920d 2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T00:55:29.534Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38d0e3df-a0b4-4eec-956c-ea579afd58bb 2023-03-21T00:55:29.535Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38d0e3df-a0b4-4eec-956c-ea579afd58bb 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-21T00:55:29.542Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.543Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.543Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4288af03-0e58-4d8c-a735-c108b3a2b545 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-21T00:55:29.553Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b5a132-f034-4efe-841b-2f4a5a2ac9ae 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-21T00:55:29.559Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.560Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.560Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e975db20-2f8e-409d-b059-89440bd36454 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-21T00:55:29.567Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.567Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria 2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T00:55:29.572Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.572Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 48559de9-208b-4a29-ba39-81ab76d61737: vFW 564d4194-93de 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-21 00-54-04 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-21T00:55:30.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 564d4194-93de f6ac1611-6d31-4937-b825-956973cd0585 1 ASDC deployResourceStructure 2023-03-21T00:55:30.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json ASDC sendASDCNotification 2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json 2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360130124, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:31.126Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-21T00:55:31.127Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml 2023-03-21T00:55:31.127Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360131126, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:32.129Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-21T00:55:32.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env 2023-03-21T00:55:32.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360132129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:33.132Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar ASDC sendASDCNotification 2023-03-21T00:55:33.133Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar 2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360133132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:55:34.136Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:55:34.177Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:56:04.182Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:56:04.207Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:56:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:56:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOTIFIED" } 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T00:56:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T00:56:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:56:34.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:56:34.234Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:57:04.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:57:04.261Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:57:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:57:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "ves-openapi-manager", "timestamp": 1679360103288, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360075436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360060953, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360088858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360100006, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "cds-sdc-listener", "timestamp": 1679360122438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360124346, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360124361, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360122629, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360117098, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360125381, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360125477, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360124361, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "policy-distribution-id", "timestamp": 1679360126385, "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-21T00:57:20.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781 2023-03-21T00:57:20.560Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-21T00:57:20.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360126573, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360127748, "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-21T00:57:20.587Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781 2023-03-21T00:57:20.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-21T00:57:20.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360126238, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "multicloud-k8s", "timestamp": 1679360128752, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360127368, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360128470, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360130124, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360131126, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360132129, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360133132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360127494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360135389, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360139881, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360140071, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "aai-model-loader", "timestamp": 1679360141076, "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-21T00:57:20.618Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781 2023-03-21T00:57:20.619Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-21T00:57:20.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.641Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360140888, "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-21T00:57:20.651Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781 2023-03-21T00:57:20.651Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "ves-openapi-manager", "timestamp": 1679360162344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360123451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360159757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360157388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "cds-sdc-listener", "timestamp": 1679360176028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download the artifact from : /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar due to ARTIFACT_NOT_FOUND " } 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360177934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: service-BasicOnboardOmogvt-csar.csar due to: Specified artifact is not found" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360177931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: basic_onboard_omogvt0_modules.json due to: Specified artifact is not found" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360178937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: service-BasicOnboardOmogvt-csar.csar due to: Specified artifact is not found" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360178941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: basic_onboard_omogvt0_modules.json due to: Specified artifact is not found" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "policy-distribution-id", "timestamp": 1679360179940, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T00:57:20.699Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784 2023-03-21T00:57:20.699Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-21T00:57:20.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.715Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "multicloud-k8s", "timestamp": 1679360179944, "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-21T00:57:20.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784 2023-03-21T00:57:20.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T00:57:20.744Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:57:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:57:34.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:57:34.298Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T00:57:34.305Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T00:57:34.305Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T00:57:34.320Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T00:58:04.320Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T00:58:04.338Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 and serviceModelVersionId: 48559de9-208b-4a29-ba39-81ab76d61737 2023-03-21T00:58:04.338Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b 2023-03-21T00:58:14.984Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0 2023-03-21T00:58:15.089Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T00:58:15.512Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|INFO|500||Invoke 2023-03-21T00:58:15.516Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[895f409c-d2b9-4cea-8edf-8f0962603a3e], X-ECOMP-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], X-TransactionId=[], X-ONAP-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], Content-Type=[application/merge-patch+json]} 2023-03-21T00:58:15.540Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T00:58:15.794Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 00:58:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[218], vertex-id=[344232], x-aai-txid=[0-aai-resources-230321-00:58:15:052-79799], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T00:58:15.796Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T00:58:15.797Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|INFO|500||InvokeReturn 2023-03-21T00:58:15.800Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T00:58:15.801Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T00:58:15.812Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T00:58:15.813Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 691c2ced-7f9a-450c-99f5-4127a3a2f781 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T00:58:15.813Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360295813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T00:58:16.846Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T00:58:16.855Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T00:58:16.856Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T00:58:16.859Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:16.859Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:16.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:16.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:17.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:17.861Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:17.862Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:17.862Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:18.864Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:19.864Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:19.865Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:19.865Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:19.866Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360177098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:58:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360184186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR" } 2023-03-21T00:58:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360185191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DEPLOY_ERROR" } 2023-03-21T00:58:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "aai-model-loader", "timestamp": 1679360186194, "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-21T00:58:20.551Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784 2023-03-21T00:58:20.552Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-21T00:58:20.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360187494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360195298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR" } 2023-03-21T00:58:20.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679360196302, "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-21T00:58:20.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784 2023-03-21T00:58:20.585Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:20.868Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:21.870Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:22.870Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T00:58:22.871Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:22.871Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:22.872Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:23.874Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T00:58:23.874Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T00:58:23.875Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T00:58:23.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T00:58:23.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T00:58:23.934Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T00:58:23.998Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f304854 2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T00:58:24.004Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T00:58:24.004Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360304000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:25.022Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T00:58:25.039Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-21T00:58:25.039Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39865545 2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T00:58:25.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T00:58:25.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360305066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:58:26.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T00:58:26.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:58:26.098Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:58:26.105Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:58:26.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:58:56.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:58:56.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:58:56.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:58:56.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:59:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T00:59:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:59:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781", "consumerID": "SO-sdc-controller", "timestamp": 1679360295813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T00:59:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:59:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:59:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:59:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:59:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:59:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T00:59:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:59:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T00:59:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T00:59:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T00:59:26.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:59:26.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:59:26.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:59:26.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T00:59:56.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:59:56.193Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T00:59:56.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T00:59:56.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:00:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:00:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:00:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:00:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360296846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:00:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360304000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360305066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:00:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:00:26.198Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:00:26.224Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:00:26.229Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:00:26.230Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:00:56.230Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:00:56.257Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:00:56.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:00:56.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:01:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:01:26.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:01:26.292Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:01:26.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:01:26.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:01:56.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:01:56.324Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:01:56.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:01:56.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:02:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:02:26.329Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:02:26.353Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:02:26.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:02:26.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:02:56.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:02:56.387Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:02:56.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:02:56.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:03:16.873Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:16.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:03:16.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:03:16.876Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:03:18.768Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:18.785Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:03:18.787Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:03:18.792Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:03:18.792Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:03:18.811Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:03:18.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:03:18.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:03:18.819Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=136, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:03:18.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:03:18.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:03:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:03:26.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:03:26.393Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:03:26.404Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:03:26.405Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:03:26.406Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:03:26.412Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:03:26.446Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:03:26.446Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67420d3d-bada-4d60-8106-7ba49bc20ab5], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T01:03:26.456Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:03:26.533Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:03:25 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[59], x-aai-txid=[2-aai-resources-230321-01:03:25:968-15488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:03:26.534Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:03:26.535Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:03:26.557Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:03:26.558Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:03:26.559Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:03:26.559Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:03:26.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360606571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:03:26.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:03:26.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360606571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:03:26.591Z||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-21T01:03:27.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:03:27.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:03:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f 2023-03-21T01:03:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:27.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:03:27.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:03:27.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:30.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:33.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:36.919Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:39.927Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:42.936Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:45.946Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:48.954Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:51.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:54.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:03:57.981Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:00.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:03.998Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:07.007Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:10.014Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:13.023Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:16.031Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:19.043Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:04:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:20.542Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:04:20.543Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:04:20.548Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f', protocol='range'} 2023-03-21T01:04:20.548Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:04:20.554Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f=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-21T01:04:20.566Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f', protocol='range'} 2023-03-21T01:04:20.566Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:04:20.566Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.566Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:04:20.567Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.567Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:04:20.571Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=137, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:04:20.573Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:04:20.573Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:04:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:04:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:21.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:04:21.619Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:04:21.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:04:22.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:23.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:23.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:23.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:23.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:24.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:25.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:25.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:25.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:25.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:27.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:04:27.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:04:28.614Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:04:28.615Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24b491d4 2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360668696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:29.698Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:04:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-21T01:04:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:04:29.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:04:29.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:04:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4622befb 2023-03-21T01:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360669748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:04:30.750Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:04:30.751Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:04:30.775Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:04:30.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:04:30.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:05:00.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:05:00.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:05:00.808Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:05:00.808Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:05:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:05:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:05:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360607601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360668696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360669748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:05:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:05:30.809Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:05:30.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Node 0 disconnected. Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:05:30.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:05:30.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:05:30.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:06:00.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:06:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:06:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:06:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:06:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:06:30.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:06:30.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:06:30.884Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:06:30.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:07:00.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:07:00.909Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:07:00.913Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:07:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:07:20.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:07:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:07:30.937Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:07:30.942Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:07:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:08:00.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:08:00.968Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:08:00.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:08:00.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:08:20.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:08:30.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:08:30.996Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:08:31.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:08:31.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:09:01.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:09:01.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:09:01.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:09:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:09:20.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:09:21.679Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:21.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:09:21.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:09:21.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:09:23.980Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:23.994Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:09:23.995Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:09:24.002Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:09:24.003Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:09:24.019Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:09:24.020Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:09:24.020Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:09:24.025Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=146, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:09:24.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:09:24.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:09:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:09:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:09:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:09:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:09:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:09:31.049Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:09:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:09:31.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da0c85dc-44eb-4152-b773-d46db302e8d4], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T01:09:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:09:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:09:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230321-01:09:30:597-89804], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:09:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:09:31.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:09:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:09:31.143Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:09:31.143Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360971143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:09:31.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:09:31.163Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360971143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:09:31.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:09:32.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:32.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:32.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:09:32.181Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384 2023-03-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:09:33.169Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:36.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:39.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:42.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:45.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:48.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:51.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:54.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:09:57.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:00.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:03.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:06.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:09.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:12.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:15.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:18.323Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:10:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:20.539Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:10:20.539Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:10:20.545Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384', protocol='range'} 2023-03-21T01:10:20.545Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:10:20.550Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384=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-21T01:10:20.570Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384', protocol='range'} 2023-03-21T01:10:20.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.575Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=147, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:10:21.594Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.595Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:10:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:21.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "ves-openapi-manager", "timestamp": 1679361002371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "policy-distribution-id", "timestamp": 1679360990971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "cds-sdc-listener", "timestamp": 1679360957038, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "multicloud-k8s", "timestamp": 1679360990979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "cds-sdc-listener", "timestamp": 1679360957038, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "ves-openapi-manager", "timestamp": 1679361002371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "policy-distribution-id", "timestamp": 1679360990971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "multicloud-k8s", "timestamp": 1679360990979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "cds-sdc-listener", "timestamp": 1679361015448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "policy-distribution-id", "timestamp": 1679361017367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "policy-distribution-id", "timestamp": 1679361018372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "aai-model-loader", "timestamp": 1679361017098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "policy-distribution-id", "timestamp": 1679361019374, "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-21T01:10:21.637Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2 2023-03-21T01:10:21.638Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "aai-model-loader", "timestamp": 1679361017098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:10:21.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "aai-model-loader", "timestamp": 1679361019223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:10:21.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:10:22.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:22.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:22.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:22.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:24.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:25.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:26.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:27.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:10:27.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:27.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:27.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:10:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:10:28.657Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:10:28.657Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:10:28.678Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:10:28.678Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1cbc3381 2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361028679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:29.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:10:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-21T01:10:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61714328 2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361029717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:10:30.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:10:30.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:10:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:10:30.743Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:10:30.743Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:11:00.744Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:11:00.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:11:00.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:11:00.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:11:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:11:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:11:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:11:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:11:30.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:11:30.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:11:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:11:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:12:00.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:12:00.825Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:12:00.829Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:12:00.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:12:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:12:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "aai-model-loader", "timestamp": 1679361023071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:12:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "aai-model-loader", "timestamp": 1679361024073, "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-21T01:12:20.546Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2 2023-03-21T01:12:20.546Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-21T01:12:20.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361027494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361028679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361027494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361029717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361030248, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361031769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361032773, "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-21T01:12:20.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2 2023-03-21T01:12:20.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-21T01:12:20.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361047098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361016453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361050377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "ves-openapi-manager", "timestamp": 1679361042343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "multicloud-k8s", "timestamp": 1679361047214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361057494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "cds-sdc-listener", "timestamp": 1679361066126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361068040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361066325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361066891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361069043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:12:20.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "policy-distribution-id", "timestamp": 1679361070045, "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-21T01:12:20.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71 2023-03-21T01:12:20.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361068603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:12:20.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361069606, "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-21T01:12:20.659Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71 2023-03-21T01:12:20.659Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-21T01:12:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361071225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:12:20.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "aai-model-loader", "timestamp": 1679361072228, "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-21T01:12:20.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71 2023-03-21T01:12:20.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-21T01:12:30.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:12:30.851Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:12:30.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:12:30.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:13:00.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:13:00.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:13:00.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:13:00.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:13:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:13:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "ves-openapi-manager", "timestamp": 1679361085653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361067129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361071047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361067942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361077098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361087494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361100087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "cds-sdc-listener", "timestamp": 1679361098171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361100092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361098371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361098902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361101090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361101188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "policy-distribution-id", "timestamp": 1679361102092, "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-21T01:13:20.577Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45 2023-03-21T01:13:20.577Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361102282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361101079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361103333, "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-21T01:13:20.603Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45 2023-03-21T01:13:20.603Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-21T01:13:20.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679361102084, "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-21T01:13:20.628Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45 2023-03-21T01:13:20.628Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "multicloud-k8s", "timestamp": 1679361104336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361105397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:13:20.648Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "aai-model-loader", "timestamp": 1679361106400, "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-21T01:13:20.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45 2023-03-21T01:13:20.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-21T01:13:30.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:13:30.902Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:13:30.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:13:30.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:14:00.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:14:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:14:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:14:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:14:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:14:30.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:14:30.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:14:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:14:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:15:00.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:15:00.988Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:15:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:15:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:15:20.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:15:21.655Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:15:24.300Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:15:24.315Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:15:24.315Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:15:24.322Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:15:24.323Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:15:24.339Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:15:24.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:15:24.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:15:24.345Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=293, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:15:24.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:15:24.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:15:30.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:15:30.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:15:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:15:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:15:31.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:15:31.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:15:31.046Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T01:15:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:15:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:15:31.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:15:31.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:15:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[0-aai-resources-230321-01:15:30:564-65647], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:15:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:15:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:15:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361331134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:15:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T01:15:31.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361331134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:15:31.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "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-21T01:15:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:15:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:15:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:15:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:15:34.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:15:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:15:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:15:34.174Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:15:34.175Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:15:34.553Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a 57802 2023-03-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361334555, "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-21T01:15:35.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-03-21T01:15:35.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T01:15:35.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T01:15:35.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1954768861553092233/Definitions/service-BasicNetwork-template.yml 2023-03-21T01:15:36.026Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:15:36.026Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca 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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b Model Version:NULL Model InvariantUuid:3d2898b5-fff0-456c-9fae-38ac46e50e44 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:936ef0ad-b559-484f-9a46-572d13d7b097 Model UUID:fdd1ed48-c4f3-450f-a5b7-eb352313799b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 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-21T01:15:36.046Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb 2023-03-21T01:15:36.047Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||No resources found for Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500|| 2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-03-21T01:15:36.053Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.063Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ebe10b, org.onap.sdc.toscaparser.api.parameters.Input@3dbd4e4e, org.onap.sdc.toscaparser.api.parameters.Input@6f43c278, org.onap.sdc.toscaparser.api.parameters.Input@6ba80971, org.onap.sdc.toscaparser.api.parameters.Input@10304eb6] 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dcbfb342-a4c6-4f9c-8c99-9df96d4e766b: Generic NeutronNet 2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-03-21T01:15:36.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361336281, "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-21T01:15:37.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:15:37.309Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:15:37.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:15:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:16:07.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:16:07.340Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:16:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:16:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:16:07.348Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:16:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:16:07.381Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf967f4c-9bbc-442e-8231-ff6348eacb05], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T01:16:07.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:16:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:16:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:16:06:896-20684], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:16:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:16:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:16:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361367542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:16:08.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:08.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:08.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:16:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562 2023-03-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:16:09.579Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:16:12.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:16:15.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:16:18.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:16:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:16:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:16:20.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:16:20.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562', protocol='range'} 2023-03-21T01:16:20.552Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:16:20.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562', protocol='range'} 2023-03-21T01:16:20.569Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:16:20.570Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:16:20.570Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:16:20.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.575Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=294, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:16:21.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.597Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:16:21.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.638Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:16:21.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:16:21.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.638Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679360972174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361334555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361336281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361367542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:22.653Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:22.653Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:22.654Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:22.654Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:23.655Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:24.657Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:26.660Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:27.662Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:16:27.662Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:27.663Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:27.663Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:28.664Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:16:28.665Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:16:28.665Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:16:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:16:28.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:16:28.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:16:28.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:16:28.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:16:28.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@231d0d2a 2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361388755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:16:29.778Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-21T01:16:29.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:16:29.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30ebd960 2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361389804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:16:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:16:30.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:16:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:16:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:16:30.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:17:00.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:17:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:17:00.865Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:17:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:17:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:17:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:17:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:17:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:17:30.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:17:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:17:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:17:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:18:00.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:18:00.917Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:18:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:18:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:18:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:18:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361388755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:18:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:18:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361389804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:18:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:18:30.923Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:18:30.944Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:18:30.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:18:30.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:19:00.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:19:00.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:19:00.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:19:00.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:19:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:19:30.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:19:30.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:19:30.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:19:30.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:20:00.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:20:01.312Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:20:01.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:20:01.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:20:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:20:31.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:20:33.517Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:20:33.523Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:20:33.524Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:21:03.524Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:21:03.549Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:21:03.554Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:21:03.554Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:21:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:21:21.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:21:24.099Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:21:24.115Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:21:24.116Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:21:24.122Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:21:24.122Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=308, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:21:24.156Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:21:24.156Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:21:33.555Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:21:33.555Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:21:33.568Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:21:33.568Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:21:33.569Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:21:33.575Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:21:33.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T01:21:33.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:21:33.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:21:33.647Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:21:33.647Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:21:33 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230321-01:21:33:117-99325], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:21:33.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361693661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:21:33.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:21:33.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361693661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:21:33.681Z||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-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:21:36.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:21:36.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:21:36.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:21:36.693Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:21:36.694Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:21:36.748Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30479396 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361696783, "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-21T01:21:37.785Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T01:21:37.821Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:37.823Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361697821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361698824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:21:39.827Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:21:39.853Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:21:39.871Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:22:09.871Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:22:09.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:22:09.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:22:09.883Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:22:09.888Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:22:09.913Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:22:09.914Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec1d6efa-ec23-4163-a6ef-fd075a981639], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T01:22:09.921Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:22:10.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:22:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:22:09:431-17731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361730075, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:12.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:15.106Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:16.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:17.110Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:17.111Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:17.111Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:17.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:18.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:18.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:18.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:18.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:19.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T01:22:19.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:22:19.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T01:22:19.114Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T01:22:19.114Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:22:19.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:19.450Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:22:19.452Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361739452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:20.454Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:22:20.455Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:22:20.455Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361696783, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361697821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361698824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361730075, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361739452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:22:20.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5949533469952484681/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T01:22:21.151Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T01:22:21.170Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||pNF 604e7639-aa75 0 2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 604e7639-aa75 0 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 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-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42b59838, org.onap.sdc.toscaparser.api.parameters.Input@51959801, org.onap.sdc.toscaparser.api.parameters.Input@74deb1a6, org.onap.sdc.toscaparser.api.parameters.Input@5c7bbf17, org.onap.sdc.toscaparser.api.parameters.Input@32e188f8] 2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ba8ef3d-9806-4933-ad8c-aaa961fd333f: pNF 604e7639-aa75 2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Processing PNF resource: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Resource customization UUID: 00da47b6-3465-4916-b489-dbbd3f454351 is the same as notified resource customizationUUID: 00da47b6-3465-4916-b489-dbbd3f454351 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-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 604e7639-aa75 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 0 ASDC deployResourceStructure 2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:21.289Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361741288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:22:22.290Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:22:22.312Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:22:22.316Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:22:22.328Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:22:52.329Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T01:22:52.347Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:22:52.375Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T01:22:52.375Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48aab792-3d03-4fd4-904b-1d60b174f694], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T01:22:52.381Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:22:52.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:22:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-01:22:51:889-4443], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:22:52.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:22:52.542Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T01:22:52.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:22:52.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361772551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:56.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:57.591Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "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-21T01:22:59.594Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:23:00.596Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T01:23:00.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:23:00.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T01:23:00.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:23:00.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:23:00.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:23:00.977Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:00.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361780980, "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-21T01:23:01.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:23:01.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:23:01.984Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:23:01.985Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T01:23:01.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:23:01.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:23:02.078Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14406086783755664648/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-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca 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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca 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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T01:23:03.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: dab42346-7bbd-41ff-932e-49548fbc523a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dab42346-7bbd-41ff-932e-49548fbc523a 2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f941c80-04f1-458d-85bd-1d16af20360b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:23:03.132Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1f941c80-04f1-458d-85bd-1d16af20360b 787 2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:03.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361783132, "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-21T01:23:04.135Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cff43b07-8721-459c-9b10-4d7f966527ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a08d0262-0306-4477-b079-38b5ac28241e", "vfModuleModelCustomizationUUID": "a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04", "isBase": true, "artifacts": [ "13d869a4-e043-4ee3-aecd-11773103eaa5", "d78ea26c-2c84-476c-81e7-af76acd8b415" ], "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-21T01:23:04.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a08d0262-0306-4477-b079-38b5ac28241e VfModuleModelInvariantUUID:cff43b07-8721-459c-9b10-4d7f966527ae VfModuleModelDescription:NULL Artifacts UUID List:{ 13d869a4-e043-4ee3-aecd-11773103eaa5 , d78ea26c-2c84-476c-81e7-af76acd8b415 } 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-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cff43b07-8721-459c-9b10-4d7f966527ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a08d0262-0306-4477-b079-38b5ac28241e", "vfModuleModelCustomizationUUID": "a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04", "isBase": true, "artifacts": [ "13d869a4-e043-4ee3-aecd-11773103eaa5", "d78ea26c-2c84-476c-81e7-af76acd8b415" ], "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-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a08d0262-0306-4477-b079-38b5ac28241e VfModuleModelInvariantUUID:cff43b07-8721-459c-9b10-4d7f966527ae VfModuleModelDescription:NULL Artifacts UUID List:{ 13d869a4-e043-4ee3-aecd-11773103eaa5 , d78ea26c-2c84-476c-81e7-af76acd8b415 } 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-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13d869a4-e043-4ee3-aecd-11773103eaa5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:04.235Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 13d869a4-e043-4ee3-aecd-11773103eaa5 5033 2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361784236, "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-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d78ea26c-2c84-476c-81e7-af76acd8b415 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d78ea26c-2c84-476c-81e7-af76acd8b415 903 2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361785317, "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-21T01:23:06.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:23:06.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dab42346-7bbd-41ff-932e-49548fbc523a 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-21T01:23:06.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34868a25, org.onap.sdc.toscaparser.api.parameters.Input@65c19fed, org.onap.sdc.toscaparser.api.parameters.Input@3becda35, org.onap.sdc.toscaparser.api.parameters.Input@5ea991d2, org.onap.sdc.toscaparser.api.parameters.Input@5efeef80] 2023-03-21T01:23:06.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7b49b8b6-f13b-4df1-96d8-371fc93d4909 2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909 matches Tosca VF Customization UUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909 2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909 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-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7b49b8b6-f13b-4df1-96d8-371fc93d4909: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78fc5f7d 2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04 2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04 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-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 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-21T01:23:06.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7b49b8b6-f13b-4df1-96d8-371fc93d4909 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:23:06.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ce497e41-8d1d-4d2f-b1bd-bdc3675baa40: basic_vm 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:06.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dab42346-7bbd-41ff-932e-49548fbc523a 1 ASDC deployResourceStructure 2023-03-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:06.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361786573, "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-21T01:23:07.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:07.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:07.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:23:07.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:07.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:07.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361787574, "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-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:08.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361788576, "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-21T01:23:09.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:09.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:23:09.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T01:23:09.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:09.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:09.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361789577, "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-21T01:23:10.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:23:10.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:23:10.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:23:10.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:23:10.615Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:23:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:23:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361741288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:23:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361772551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:23:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361368574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361780980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361783132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361784236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361785317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361786573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361787574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361788576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-21T01:23:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T01:23:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361789577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T01:23:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:23:40.615Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:23:40.622Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:23:40.623Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T01:23:40.623Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T01:23:40.626Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:23:40.647Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T01:23:40.647Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e209aed3-8b8a-4a0c-b260-7fb012e09db7], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T01:23:40.654Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:23:40.799Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:23:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-01:23:40:165-81844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:23:40.799Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:23:40.800Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T01:23:40.801Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:23:40.801Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:23:40.809Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:23:40.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:23:40.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:23:40.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:23:40.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:23:40.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361820810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:23:41.845Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:23:41.846Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:23:41.847Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:23:41.847Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:23:41.847Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:23:41.848Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:23:41.852Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:23:41.853Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-cdf8a57e-30d5-49a1-9b38-0eae16ff4af5 2023-03-21T01:23:41.853Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:23:41.854Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:23:42.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:23:45.719Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:23:48.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:23:51.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:23:54.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:23:57.755Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:00.765Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:03.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:06.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:09.792Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:12.801Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:15.810Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:18.820Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:24:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:20.541Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:24:20.541Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:24:20.548Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:24:20.548Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-cdf8a57e-30d5-49a1-9b38-0eae16ff4af5', protocol='range'} 2023-03-21T01:24:20.552Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-cdf8a57e-30d5-49a1-9b38-0eae16ff4af5=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-21T01:24:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:24:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-cdf8a57e-30d5-49a1-9b38-0eae16ff4af5', protocol='range'} 2023-03-21T01:24:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:24:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:24:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.572Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:24:20.572Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:24:20.572Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:24:20.573Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=341, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:24:20.573Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:24:20.573Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:24:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:24:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:24:21.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:24:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361820810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:24:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:24:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:24:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:24:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:21.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:21.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:21.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:22.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:22.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:22.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:22.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:23.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:24.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:24.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:24.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:24.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:25.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:25.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:25.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:25.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:26.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:26.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:26.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:27.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:24:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:28.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:24:28.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:24:28.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:24:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:24:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:24:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:24:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:24:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:24:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:24:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:24:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:24:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:24:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6821337b 2023-03-21T01:24:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:24:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:24:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:24:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:24:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:24:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:24:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361868693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:29.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:24:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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-21T01:24:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:24:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:24:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:24:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:24:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:24:29.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:24:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:24:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@791130bb 2023-03-21T01:24:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:24:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:24:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:24:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361869738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:24:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:24:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:24:30.763Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:24:30.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:24:30.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:25:00.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:25:00.790Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:25:00.795Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:25:00.795Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:25:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:25:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:25:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:25:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:25:30.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:25:30.819Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:25:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:25:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:26:00.824Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:26:00.845Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:26:00.849Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:26:00.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:26:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:26:20.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.525Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:26:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361868693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679361869738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:26:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:26:30.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:26:30.874Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:26:30.878Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:26:30.878Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:27:00.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:27:00.906Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:27:00.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:27:00.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:27:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:27:30.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:27:30.929Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:27:30.934Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:27:30.934Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:28:00.934Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:28:00.959Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:28:00.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:28:00.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:28:20.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:28:30.964Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:28:30.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:28:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:28:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:29:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:29:01.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:29:01.019Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:29:01.019Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:29:20.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:29:21.626Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:29:21.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-cdf8a57e-30d5-49a1-9b38-0eae16ff4af5 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:29:21.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:29:21.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:29:24.108Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:29:24.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:29:24.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:29:24.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:29:24.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:29:24.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:29:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:29:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:29:24.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:29:24.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:29:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:29:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=351, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:29:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:29:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:29:31.020Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:29:31.021Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:29:31.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:29:31.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:29:31.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:29:31.039Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:29:31.061Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T01:29:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:29:31.072Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:29:31.110Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:29:31.111Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:29:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[0-aai-resources-230321-01:29:30:585-44744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:29:31.116Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:29:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:29:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:29:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:29:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:29:31.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:29:31.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:29:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:29:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362171137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:29:31.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:29:31.158Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362171137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:29:31.158Z||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-21T01:29:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:29:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:29:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:29:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:29:33.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:29:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:29:34.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:29:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:29:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:29:34.174Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:29:34.174Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:29:34.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:29:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:29:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:29:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:29:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:29:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:29:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T01:29:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c825f65 2023-03-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:29:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:29:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362174254, "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-21T01:29:35.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T01:29:35.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T01:29:35.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:29:35.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T01:29:35.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:29:35.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:35.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:35.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362175296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:29:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362176298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:29:37.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:29:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:29:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:29:37.342Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:30:07.343Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:30:07.356Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:30:07.356Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:30:07.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:30:07.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:30:07.384Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:30:07.384Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c80f328-db86-4b27-9291-ca083017f05f], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T01:30:07.393Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:30:07.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:30:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:30:06:902-48878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:30:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:30:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:30:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:30:07.521Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:30:07.529Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:30:07.529Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:30:07.529Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:30:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362207529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:30:08.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:30:08.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:30:08.563Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:08.563Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:08.563Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:08.563Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:09.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:09.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:09.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:09.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:10.567Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:12.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:12.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:12.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:12.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:13.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:13.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:13.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:13.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:14.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T01:30:16.578Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:30:16.578Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T01:30:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T01:30:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:30:16.616Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:30:16.616Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:30:16.616Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:30:16.616Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:16.617Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:30:16.617Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:16.934Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:30:16.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T01:30:16.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:30:16.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:16.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:30:16.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:16.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:16.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362216936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:17.939Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:30:17.939Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:30:17.940Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:17.940Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:17.940Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:17.940Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.025Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11138948339390548836/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:30:18.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:30:18.646Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:30:18.646Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T01:30:18.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:18.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362218690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:30:19.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T01:30:19.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:30:19.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:19.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:19.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362219691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362174254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362175296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362176298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362207529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362216936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362218690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362219691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T01:30:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:30:20.694Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:30:20.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:30:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:30:20.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:30:50.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:30:50.737Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:30:50.737Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T01:30:50.739Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T01:30:50.746Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:30:50.768Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T01:30:50.770Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T01:30:50.775Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:30:51.052Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T01:30:51.052Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:30:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[272], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-01:30:50:285-62452], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:30:51.052Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:30:51.053Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:30:51.054Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:51.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362251061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:30:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:30:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:30:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:52.090Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:53.090Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:53.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:53.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:53.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:54.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:54.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:54.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:54.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:55.093Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:55.093Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:55.093Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:55.093Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:56.094Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:56.095Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:56.095Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:56.095Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:57.096Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:57.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:57.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:57.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "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-21T01:30:58.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:30:58.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:58.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:58.099Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:30:59.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T01:30:59.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:30:59.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T01:30:59.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:30:59.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:30:59.146Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:30:59.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:30:59.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:30:59.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:30:59.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T01:30:59.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:30:59.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T01:30:59.432Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T01:30:59.432Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:30:59.432Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:30:59.432Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:30:59.433Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:30:59.433Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:30:59.433Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362259432, "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-21T01:31:00.434Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:31:00.434Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T01:31:00.435Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:31:00.435Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T01:31:00.436Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:31:00.436Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:31:00.521Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3127587315349841735/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-21T01:31:01.481Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca 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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca 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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:31:01.482Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:31:01.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.485Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:31:01.485Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:31:01.485Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T01:31:01.518Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T01:31:01.518Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:01.518Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T01:31:01.518Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:31:01.518Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:31:01.519Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:31:01.519Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362261518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:31:02.520Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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-21T01:31:02.520Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T01:31:02.520Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:31:02.520Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:31:02.520Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:31:02.521Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362262519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:31:03.522Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:31:03.546Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:31:03.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:31:03.552Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:31:03.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:31:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:31:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362251061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:31:20.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679361821845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:31:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362259432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362261518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362262519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T01:31:20.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:31:33.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:31:33.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:31:33.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T01:31:33.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T01:31:33.580Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:31:33.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T01:31:33.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0fc43a8-4d82-40d8-97e2-46b67043780c], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T01:31:33.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:31:33.747Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:31:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-01:31:33:118-47344], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:31:33.748Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:31:33.748Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T01:31:33.748Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:31:33.750Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:31:33.759Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T01:31:33.759Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:31:33.760Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:31:33.760Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:31:33.760Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:31:33.760Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362293759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:31:34.787Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:31:34.788Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:31:34.788Z||pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:31:34.788Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:31:34.788Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:31:34.788Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:31:34.793Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-e5a450a9-ca06-497e-be17-b471b1caa133 2023-03-21T01:31:34.793Z||pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:31:34.794Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:31:34.794Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:31:36.661Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:39.671Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:42.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:45.690Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:48.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:51.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:54.715Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:31:57.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:00.735Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:03.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:06.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:09.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:12.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:15.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:18.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:32:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:20.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:32:20.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:32:20.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:32:20.548Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-e5a450a9-ca06-497e-be17-b471b1caa133', protocol='range'} 2023-03-21T01:32:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-e5a450a9-ca06-497e-be17-b471b1caa133=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-21T01:32:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:32:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:32:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:32:20.568Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-e5a450a9-ca06-497e-be17-b471b1caa133', protocol='range'} 2023-03-21T01:32:20.569Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.569Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:32:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:32:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:32:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=380, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:32:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:32:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:32:20.574Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.575Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.575Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.575Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.575Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:32:20.575Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:32:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:32:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362293759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:32:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:32:21.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:32:21.594Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:32:21.596Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:21.596Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:21.596Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:21.596Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:22.598Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:22.598Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:22.598Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:22.598Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:23.600Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:23.601Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:23.601Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:23.601Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:24.602Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:24.603Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:24.603Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:24.603Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:25.604Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:25.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:25.605Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:25.605Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:26.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:26.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:26.605Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:26.605Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:27.606Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:32:27.606Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:27.606Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:27.607Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:28.608Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:32:28.608Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:32:28.609Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:32:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:32:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:32:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:32:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:32:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5aebed6f 2023-03-21T01:32:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:32:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362348681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:29.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:32:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:32:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:32:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:32:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:32:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:32:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:32:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:32:29.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:32:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57e041f4 2023-03-21T01:32:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:32:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:32:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:32:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362349724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:32:30.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:32:30.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:32:30.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:32:30.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:32:30.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:33:00.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:33:00.774Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:33:00.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:33:00.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:33:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:33:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:33:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:33:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:33:30.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:33:30.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:33:30.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:33:30.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:34:00.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:34:00.827Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:34:00.831Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:34:00.831Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:34:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:34:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:34:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362348681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T01:34:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362349724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:34:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:34:30.831Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:34:30.854Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:34:30.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:34:30.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:35:00.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:35:00.881Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:35:00.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:35:00.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:35:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:35:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:35:30.908Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:35:30.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:35:30.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:36:00.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:36:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:36:00.941Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:36:00.942Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:36:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:36:30.942Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:36:30.965Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:36:30.969Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:36:30.969Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:37:00.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:37:00.990Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:37:00.997Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:37:00.997Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:37:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:37:21.634Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:37:21.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-e5a450a9-ca06-497e-be17-b471b1caa133 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:37:21.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:37:21.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:37:24.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:37:24.139Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:37:24.140Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:37:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:37:24.147Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:37:24.164Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:37:24.165Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:37:24.165Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=390, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:37:24.170Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:37:30.997Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:37:30.997Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:37:31.006Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:37:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:37:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:37:31.010Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:37:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:37:31.034Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a7686d6-1f0b-4247-99e4-a28f1ddac2dc], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T01:37:31.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:37:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:37:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[2-aai-resources-230321-01:37:30:557-2659], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:37:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:37:31.082Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:37:31.085Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:37:31.086Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:37:31.086Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:37:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:37:31.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:37:31.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:37:31.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:37:31.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:31.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:31.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362651093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:37:31.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:37:31.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362651093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:37:31.114Z||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-21T01:37:32.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:37:32.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:37:32.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:37:32.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:32.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:32.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:37:33.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:37:33.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:33.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:33.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:37:34.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:37:34.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:37:34.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:37:34.122Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:37:34.123Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:37:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:37:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:37:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:37:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:37:34.171Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:37:34.171Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:37:34.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:37:34.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45b9d51f 2023-03-21T01:37:34.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:37:34.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T01:37:34.208Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:37:34.208Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:37:34.208Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:37:34.208Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:37:34.208Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:34.209Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:34.209Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362654208, "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-21T01:37:35.209Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T01:37:35.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362655249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:37:36.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:37:36.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T01:37:36.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:37:36.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:37:36.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:37:36.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362656250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:37:37.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:37:37.273Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:37:37.277Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:37:37.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:38:07.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:38:07.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:38:07.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:38:07.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:38:07.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:38:07.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T01:38:07.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:38:07.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:38:07.446Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:38:07.446Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:38:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[114], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-01:38:06:839-85035], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:38:07.447Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:38:07.448Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:38:07.448Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:38:07.455Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T01:38:07.455Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:38:07.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:38:07.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:07.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:07.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362687456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:38:08.483Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:38:08.483Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:38:08.485Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:08.485Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:08.485Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:08.485Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:09.486Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:09.487Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:09.487Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:09.487Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:10.488Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:10.488Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:10.488Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:10.488Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:11.489Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:11.489Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:11.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:11.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:12.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:12.491Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:12.491Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:12.491Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:13.492Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:13.492Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:13.492Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:13.493Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:14.494Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:14.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:14.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:14.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:15.496Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:15.497Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:15.497Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:15.497Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:16.498Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T01:38:16.498Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:38:16.499Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T01:38:16.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T01:38:16.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:38:16.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:38:16.553Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:38:16.553Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:38:16.553Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:16.553Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:38:16.554Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:16.825Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:38:16.828Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T01:38:16.828Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:38:16.828Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:16.828Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:38:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362696828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:17.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:38:17.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:38:17.831Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:17.832Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:17.833Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:17.833Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:17.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15328955281906316137/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T01:38:18.495Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:38:18.496Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:38:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T01:38:18.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T01:38:18.542Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:38:18.542Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T01:38:18.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:38:18.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:18.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:18.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362698542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:19.544Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:38:19.544Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T01:38:19.545Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:38:19.545Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:19.545Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:19.545Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362699544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362654208, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362655249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362656250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T01:38:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362687456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:38:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362696828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362698542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T01:38:20.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:38:20.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362699544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T01:38:20.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:38:20.546Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:38:20.563Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:38:20.566Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:38:20.566Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:38:20.566Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:38:20.566Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:38:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:38:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:38:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:38:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:38:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:38:20.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:38:50.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:38:50.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:38:50.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T01:38:50.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T01:38:50.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:38:50.632Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T01:38:50.633Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd3a55a1-c0b0-4a5f-8884-9ab78479c4ec], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T01:38:50.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:38:51.019Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:38:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[375], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-01:38:50:149-72279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:38:51.019Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:38:51.020Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T01:38:51.021Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:38:51.021Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:51.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362731030, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:38:52.055Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:38:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:38:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:53.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:54.062Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:57.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:57.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:57.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:57.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "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-21T01:38:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:38:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:38:59.072Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T01:38:59.072Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:38:59.073Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T01:38:59.073Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:38:59.073Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:38:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:38:59.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:38:59.396Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T01:38:59.396Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:38:59.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:38:59.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:38:59.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:38:59.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:38:59.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362739396, "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-21T01:39:00.399Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:39:00.400Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:39:00.400Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:39:00.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T01:39:00.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:39:00.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:39:00.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1363590644801603860/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-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:39:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:39:01.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:39:01.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:39:01.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T01:39:01.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T01:39:01.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:39:01.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T01:39:01.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:39:01.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:39:01.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:39:01.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362741387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:39:02.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:39:02.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T01:39:02.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:39:02.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:39:02.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:39:02.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362742389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:39:03.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:39:03.418Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:39:03.422Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:39:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:39:03.436Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:39:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362731030, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:39:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362294787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362739396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362741387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362742389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T01:39:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:39:33.436Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:39:33.447Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:39:33.447Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T01:39:33.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T01:39:33.454Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:39:33.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T01:39:33.470Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[20c01e8e-f847-4a67-ba8d-21f8ab10019c], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T01:39:33.480Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:39:33.621Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:39:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-01:39:32:991-19345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:39:33.622Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:39:33.623Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T01:39:33.623Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:39:33.623Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:39:33.632Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T01:39:33.632Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:39:33.632Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:39:33.633Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:39:33.633Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:39:33.633Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362773632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:39:34.665Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:39:34.666Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:39:34.666Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:39:34.667Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:39:34.667Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:39:34.667Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:39:34.671Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:39:34.673Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-85f4f562-c02c-4ef3-a50b-a9f87ad36ecb 2023-03-21T01:39:34.673Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:39:34.674Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:39:36.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:39.697Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:42.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:45.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:48.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:51.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:54.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:39:57.755Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:00.764Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:03.775Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:06.785Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:09.794Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:12.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:15.815Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:18.823Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:40:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:20.539Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:40:20.539Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:40:20.546Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-85f4f562-c02c-4ef3-a50b-a9f87ad36ecb', protocol='range'} 2023-03-21T01:40:20.546Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:40:20.551Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-85f4f562-c02c-4ef3-a50b-a9f87ad36ecb=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-21T01:40:20.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-85f4f562-c02c-4ef3-a50b-a9f87ad36ecb', protocol='range'} 2023-03-21T01:40:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:40:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:40:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:40:20.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:40:20.574Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:40:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:40:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=419, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:40:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:40:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:40:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:40:20.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:40:21.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:40:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362773632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:40:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:40:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:40:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:40:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:22.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:22.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:23.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:23.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:24.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:24.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:24.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:24.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:25.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:25.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:25.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:25.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:26.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:27.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:40:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:28.610Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:40:28.610Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:40:28.610Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:40:28.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:40:28.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:40:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:40:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:40:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:40:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:40:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:40:28.664Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:40:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:40:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a0784c9 2023-03-21T01:40:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:40:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:40:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362828692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:40:29.709Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:40:29.709Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:40:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:40:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:40:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:40:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:40:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:40:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:40:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61e7e945 2023-03-21T01:40:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:40:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:40:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:40:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362829731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:40:30.732Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:40:30.732Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:40:30.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:40:30.760Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:40:30.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:41:00.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:41:00.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:41:00.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:41:00.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:41:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:41:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:41:20.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:41:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:41:30.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:41:30.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:41:30.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:41:30.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:42:00.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:42:00.831Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:42:00.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:42:00.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:42:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:42:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:42:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:42:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362828692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679362829731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:42:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:42:30.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:42:30.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:42:30.862Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:42:30.862Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:43:00.863Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:43:00.888Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:43:00.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:43:00.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:43:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:43:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:43:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:43:30.920Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:43:30.920Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:44:00.920Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:44:00.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:44:00.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:44:00.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:44:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:44:30.954Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:44:30.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:44:30.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:44:30.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:45:00.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:45:01.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:45:01.012Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:45:01.012Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:45:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:45:21.627Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:45:21.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-85f4f562-c02c-4ef3-a50b-a9f87ad36ecb sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:45:21.628Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:45:21.628Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:45:24.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:45:24.121Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:45:24.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:45:24.129Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:45:24.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:45:24.146Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:45:24.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:45:24.147Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:45:24.152Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:45:24.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:45:24.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:45:24.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=429, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:45:24.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:45:24.154Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:45:31.013Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:45:31.013Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:45:31.022Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:45:31.022Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:45:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:45:31.028Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:45:31.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T01:45:31.045Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:45:31.053Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:45:31.095Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:45:31.095Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:45:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[39], x-aai-txid=[2-aai-resources-230321-01:45:30:565-57636], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:45:31.097Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:45:31.100Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:45:31.100Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:45:31.100Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:45:31.100Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:45:31.113Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:45:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:45:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:45:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363131114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:45:31.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:45:31.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363131114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:45:31.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T01:45:32.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:45:32.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:45:32.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:45:32.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:32.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:32.152Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:45:33.153Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:45:33.153Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:33.153Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:33.153Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:45:34.155Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:45:34.155Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:45:34.155Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:45:34.156Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:45:34.156Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:45:34.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:45:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:45:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:45:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:45:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:45:34.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:45:34.239Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:45:34.240Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a494df9 2023-03-21T01:45:34.240Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:45:34.240Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T01:45:34.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:45:34.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:45:34.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:45:34.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:45:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363134241, "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-21T01:45:35.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T01:45:35.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T01:45:35.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:45:35.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T01:45:35.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:45:35.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:35.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:35.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363135294, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:45:36.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:45:36.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T01:45:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:45:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:45:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:45:36.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363136297, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:45:37.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:45:37.324Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:45:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:45:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:45:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:45:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:45:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:45:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:45:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:45:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:45:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:45:37.343Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:46:07.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:46:07.354Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:46:07.354Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:46:07.355Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:46:07.362Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:46:07.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T01:46:07.389Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:46:07.396Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:46:07.534Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:46:07.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:46:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:46:06:906-37691], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:46:07.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:46:07.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:46:07.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:46:07.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T01:46:07.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:46:07.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:46:07.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:07.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:07.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363167551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:46:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:46:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:46:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:09.583Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:09.584Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:09.584Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:09.584Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:10.586Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:10.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:10.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:10.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:11.588Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:11.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:11.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:11.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:12.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:12.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:12.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:12.591Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:13.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:13.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:13.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:13.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:14.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:14.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:14.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:14.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:15.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:15.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:15.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:15.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:16.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T01:46:16.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:46:16.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T01:46:16.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T01:46:16.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:46:16.643Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:46:16.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:46:16.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:46:16.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:16.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:46:16.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:16.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:46:16.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T01:46:16.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:46:16.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:46:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363176954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:17.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:46:17.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:46:17.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:17.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:17.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:17.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4922880801325011443/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T01:46:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:46:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:46:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:46:18.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:46:18.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:46:18.591Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T01:46:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363178636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:19.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:46:19.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T01:46:19.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:46:19.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:19.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:19.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363179638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:20.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:20.531Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363134241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363135294, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363136297, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363167551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363176954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363178636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T01:46:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363179638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T01:46:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:46:20.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:46:20.663Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:46:20.667Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:46:20.668Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:46:20.679Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:46:50.679Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:46:50.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:46:50.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T01:46:50.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T01:46:50.694Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:46:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T01:46:50.711Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T01:46:50.718Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:46:50.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T01:46:50.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:46:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[196], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-01:46:50:231-34992], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:46:50.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:46:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:46:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:46:50.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T01:46:50.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:46:50.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:46:50.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:50.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:50.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363210929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:46:51.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:46:51.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:46:51.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:51.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:51.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:51.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:52.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:52.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:52.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:52.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:53.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:53.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:53.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:53.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:54.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:54.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:54.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:54.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:55.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:55.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:55.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:55.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:56.965Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:56.965Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:56.965Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:56.965Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "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-21T01:46:57.966Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:46:57.966Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:57.967Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:57.967Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:46:58.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T01:46:58.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:46:58.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T01:46:58.968Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:46:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:46:59.008Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:46:59.009Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:46:59.009Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:46:59.009Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:46:59.009Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:46:59.009Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:46:59.371Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:46:59.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T01:46:59.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:46:59.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:46:59.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:46:59.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:46:59.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:46:59.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363219373, "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-21T01:47:00.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:47:00.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:47:00.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:47:00.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T01:47:00.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:47:00.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:47:00.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16530813951695307829/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-21T01:47:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:47:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:47:01.345Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.346Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:47:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:47:01.347Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T01:47:01.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:47:01.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363221389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:47:02.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:47:02.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T01:47:02.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:47:02.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:47:02.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:47:02.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363222390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:47:03.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:47:03.421Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:47:03.426Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:47:03.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:47:03.443Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:47:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:47:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363210929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:47:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:47:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:47:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:47:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:47:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:47:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:47:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679362774665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:47:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363219373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:47:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363221389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T01:47:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:20.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:47:20.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363222390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T01:47:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:47:33.443Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:47:33.456Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:47:33.456Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T01:47:33.457Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T01:47:33.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:47:33.479Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T01:47:33.480Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c17a67b1-2ef1-4ba0-8c83-461392e89216], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T01:47:33.488Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:47:33.618Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:47:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-01:47:33:000-69030], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:47:33.619Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:47:33.620Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T01:47:33.620Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:47:33.620Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:47:33.634Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T01:47:33.634Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:47:33.634Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:47:33.634Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:47:33.635Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:47:33.635Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363253634, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:47:34.663Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:47:34.663Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:47:34.664Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:47:34.664Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:47:34.664Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:47:34.664Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:47:34.669Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c5b294ae-f6c5-4e18-a3d2-be403959eb32 2023-03-21T01:47:34.669Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:47:34.669Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:47:34.669Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:47:36.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:39.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:42.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:45.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:48.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:51.662Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:54.670Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:47:57.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:00.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:03.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:06.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:09.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:12.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:15.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:18.748Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:48:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:20.538Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:48:20.538Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:48:20.544Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:48:20.544Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c5b294ae-f6c5-4e18-a3d2-be403959eb32', protocol='range'} 2023-03-21T01:48:20.548Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c5b294ae-f6c5-4e18-a3d2-be403959eb32=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-21T01:48:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c5b294ae-f6c5-4e18-a3d2-be403959eb32', protocol='range'} 2023-03-21T01:48:20.566Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:48:20.566Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.566Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:48:20.566Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.566Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:48:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=458, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:48:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:48:21.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T01:48:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:48:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:48:21.592Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363253634, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:48:21.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:48:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:22.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:22.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:22.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:22.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:23.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:23.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:23.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:23.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:24.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:24.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:24.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:24.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:25.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:25.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:25.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:25.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:26.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:26.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:26.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:26.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:27.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:48:27.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:27.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:27.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:28.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:48:28.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:48:28.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:48:28.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:48:28.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:48:28.659Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:48:28.659Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:48:28.659Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:48:28.659Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:48:28.659Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:48:28.660Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:48:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:48:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67223ce7 2023-03-21T01:48:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:48:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:48:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:48:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:48:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:48:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:48:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363308692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:29.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:48:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:48:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:48:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:48:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:48:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:48:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:48:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:48:29.734Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28f58c71 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:48:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:48:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:48:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:48:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363309735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:48:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:48:30.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:48:30.764Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:48:30.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:48:30.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:49:00.769Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:49:00.792Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:49:00.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:49:00.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:49:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:49:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:49:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:49:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:49:30.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:49:30.819Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:49:30.822Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:49:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:50:00.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:50:00.847Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:50:00.851Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:50:00.852Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:50:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:50:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363308692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363309735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:50:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:50:30.852Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:50:30.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:50:30.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:50:30.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:51:00.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:51:00.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:51:00.916Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:51:00.916Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:51:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:51:30.917Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:51:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:51:30.949Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:51:30.949Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:52:00.950Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:52:00.975Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:52:00.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:52:00.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:52:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:52:30.980Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:52:31.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:52:31.009Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:52:31.009Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:53:01.009Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:53:01.035Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:53:01.040Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:53:01.040Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:53:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:53:21.621Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:53:21.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c5b294ae-f6c5-4e18-a3d2-be403959eb32 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T01:53:21.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T01:53:21.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T01:53:24.106Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:53:24.121Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:53:24.121Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:53:24.127Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:53:24.128Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T01:53:24.145Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:53:24.145Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:53:24.146Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:53:24.151Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:53:24.151Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:53:24.151Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:53:24.151Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:53:24.152Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:53:24.152Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:53:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T01:53:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:53:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T01:53:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T01:53:31.056Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T01:53:31.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:53:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T01:53:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[def443c1-b072-459f-a8ce-c43954bf548b], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T01:53:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T01:53:31.124Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:53:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[1-aai-resources-230321-01:53:30:599-48721], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:53:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T01:53:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T01:53:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:53:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:53:31.130Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:53:31.130Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363611136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:53:31.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:53:31.154Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363611136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T01:53:31.155Z||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-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:32.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:53:33.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:53:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:53:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T01:53:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:53:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T01:53:34.174Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T01:53:34.175Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:53:34.229Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:53:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:53:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:53:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:53:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:53:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T01:53:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:53:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c4bf57d 2023-03-21T01:53:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:53:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:34.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363614268, "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-21T01:53:35.269Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T01:53:35.311Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T01:53:35.311Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:53:35.311Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T01:53:35.312Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:53:35.312Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:35.312Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:35.312Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363615311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:53:36.313Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T01:53:36.313Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T01:53:36.313Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:53:36.313Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:53:36.313Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:53:36.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363616313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:53:37.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:53:37.342Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:53:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:53:37.347Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:53:37.347Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:53:37.347Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:53:37.361Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:54:07.361Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:54:07.375Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T01:54:07.375Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T01:54:07.376Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T01:54:07.382Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:54:07.402Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T01:54:07.402Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb4cb1ef-7af5-416b-b6cb-6bcbcbfa571d], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T01:54:07.408Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:54:07.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:54:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:54:06:917-9770], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:54:07.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:54:07.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T01:54:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:54:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:54:07.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T01:54:07.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:54:07.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:54:07.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:07.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:07.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363647556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:54:08.588Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:54:08.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:54:08.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:08.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:08.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:08.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:09.591Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:09.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:09.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:09.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:10.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:10.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:10.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:10.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:11.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:11.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:11.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:11.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:12.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:12.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:12.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:12.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:13.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:13.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:13.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:13.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:14.600Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:14.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:14.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:14.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:15.602Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:15.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:15.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:15.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:16.604Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T01:54:16.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:54:16.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T01:54:16.605Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T01:54:16.605Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:54:16.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:54:16.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:54:16.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:54:16.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:16.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:54:16.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:16.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:54:16.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:16.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363656961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:17.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:54:17.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:54:17.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:17.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:17.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:17.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.084Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16019817786491629403/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T01:54:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:54:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:54:18.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:54:18.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.638Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:54:18.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:54:18.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T01:54:18.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T01:54:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:54:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T01:54:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:54:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:18.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:18.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363658688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:19.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T01:54:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T01:54:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:54:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:19.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363659690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363614268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363615311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363616313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T01:54:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363647556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363656961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:54:20.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363658688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363659690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T01:54:20.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:54:20.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:54:20.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:54:20.720Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:54:20.720Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:54:20.720Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:54:20.720Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:54:20.721Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:54:20.721Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:54:20.721Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:54:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:54:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:54:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:54:50.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:54:50.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T01:54:50.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T01:54:50.745Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T01:54:50.750Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:54:50.771Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T01:54:50.772Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c35a54e3-e2f6-4828-8831-ef43beb12662], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T01:54:50.780Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:54:50.983Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:54:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[199], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-01:54:50:291-91245], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:54:50.984Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:54:50.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T01:54:50.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:54:50.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:54:50.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T01:54:50.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:54:50.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:54:50.999Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:50.999Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:50.999Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363690998, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:54:52.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:54:52.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:54:52.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:52.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:52.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:52.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:53.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:53.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:53.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:53.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:54.034Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:55.036Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:56.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:56.039Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:56.039Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:56.039Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "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-21T01:54:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:54:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:54:59.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T01:54:59.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:54:59.044Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T01:54:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:54:59.045Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:54:59.089Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:54:59.089Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:54:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:54:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:54:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:54:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T01:54:59.382Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T01:54:59.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T01:54:59.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:54:59.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:54:59.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T01:54:59.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:54:59.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:54:59.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363699383, "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-21T01:55:00.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:55:00.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:55:00.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:55:00.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T01:55:00.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:55:00.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:55:00.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14675632355657904203/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-21T01:55:01.340Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T01:55:01.340Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:55:01.340Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:55:01.341Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:55:01.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T01:55:01.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T01:55:01.344Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T01:55:01.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:55:01.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363701392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:55:02.393Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T01:55:02.393Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T01:55:02.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T01:55:02.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:55:02.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:55:02.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363702393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:55:03.396Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:55:03.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:55:03.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T01:55:03.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T01:55:03.445Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T01:55:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:55:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363690998, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363254663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363699383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T01:55:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363701392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T01:55:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:55:20.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363702393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T01:55:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:55:33.445Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T01:55:33.459Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T01:55:33.459Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T01:55:33.460Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T01:55:33.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T01:55:33.483Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T01:55:33.484Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1c12769-adc4-49ac-a1af-1453a5821b67], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T01:55:33.492Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T01:55:33.645Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:55:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-01:55:33:006-89623], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T01:55:33.645Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T01:55:33.646Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T01:55:33.647Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T01:55:33.647Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:55:33.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T01:55:33.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T01:55:33.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T01:55:33.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:55:33.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:55:33.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363733659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:55:34.688Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T01:55:34.688Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T01:55:34.689Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:55:34.689Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:55:34.689Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:55:34.689Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:55:34.694Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:55:34.695Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-7c41ce77-5593-4189-9727-dba4976430ef 2023-03-21T01:55:34.695Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:55:34.695Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T01:55:36.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:39.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:42.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:45.658Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:48.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:51.676Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:54.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:55:57.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:00.702Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:03.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:06.721Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:09.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:12.742Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:15.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:18.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T01:56:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:20.541Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:56:20.541Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T01:56:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-7c41ce77-5593-4189-9727-dba4976430ef', protocol='range'} 2023-03-21T01:56:20.547Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:56:20.552Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-7c41ce77-5593-4189-9727-dba4976430ef=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-21T01:56:20.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T01:56:20.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:56:20.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T01:56:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-7c41ce77-5593-4189-9727-dba4976430ef', protocol='range'} 2023-03-21T01:56:20.566Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.570Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=497, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T01:56:20.571Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T01:56:20.573Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T01:56:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:56:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363733659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T01:56:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:56:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T01:56:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T01:56:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:22.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:22.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:22.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:22.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:23.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:23.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:23.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:23.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:24.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:24.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:24.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:24.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:25.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:25.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:25.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:25.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:26.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:26.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:26.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:26.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:27.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T01:56:27.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:27.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:27.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:28.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T01:56:28.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T01:56:28.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T01:56:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T01:56:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T01:56:28.660Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T01:56:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:56:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T01:56:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:56:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:56:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T01:56:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:56:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e128e34 2023-03-21T01:56:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:56:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:56:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363788691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T01:56:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T01:56:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T01:56:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T01:56:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T01:56:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:56:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T01:56:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T01:56:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T01:56:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@296c1b84 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T01:56:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363789737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:56:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T01:56:30.740Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:56:30.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:56:30.771Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:56:30.771Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:57:00.772Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:57:00.793Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:57:00.798Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:57:00.798Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:57:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:57:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T01:57:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:57:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:57:30.799Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:57:30.821Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:57:30.825Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:57:30.825Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:58:00.826Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:58:00.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:58:00.853Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:58:00.854Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:58:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:58:20.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363788691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:58:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T01:58:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679363789737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T01:58:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T01:58:30.854Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:58:30.883Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:58:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:58:30.888Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:59:00.888Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:59:00.920Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:59:00.926Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:59:00.926Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T01:59:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T01:59:30.926Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:59:30.954Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T01:59:30.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T01:59:30.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:00:00.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:00:00.989Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:00:00.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:00:00.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:00:20.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:00:30.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:00:31.022Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:00:31.026Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:00:31.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:01:01.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:01:01.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:01:01.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:01:01.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:01:20.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:01:21.632Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:01:21.632Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-7c41ce77-5593-4189-9727-dba4976430ef sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:01:21.633Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:01:21.633Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:01:24.097Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:01:24.113Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:01:24.113Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:01:24.120Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:01:24.121Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:01:24.138Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:01:24.139Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:01:24.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:01:24.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:01:24.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:01:24.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:01:24.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=507, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:01:24.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:01:24.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:01:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:01:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:01:31.073Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:01:31.073Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:01:31.074Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:01:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:01:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T02:01:31.100Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:01:31.107Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:01:31.142Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:01:31.142Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:01:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[32], x-aai-txid=[1-aai-resources-230321-02:01:30:619-12308], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:01:31.145Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:01:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:01:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:01:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:01:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364091157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:01:31.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:01:31.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364091157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:01:31.175Z||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-21T02:01:32.188Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:01:32.189Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:01:32.189Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:01:32.189Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:32.189Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:32.189Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:01:33.190Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:01:33.190Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:33.190Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:33.190Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:01:34.191Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:01:34.192Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:01:34.192Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:01:34.192Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:01:34.192Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:01:34.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:01:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:01:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:01:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:01:34.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:01:34.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:01:34.278Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:01:34.279Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6fb0a0b9 2023-03-21T02:01:34.279Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:01:34.279Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:01:34.279Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:01:34.279Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:01:34.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:01:34.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:01:34.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:34.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:34.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364094279, "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-21T02:01:35.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:01:35.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:01:35.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:01:35.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:01:35.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:01:35.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:35.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:35.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364095329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:01:36.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:01:36.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:01:36.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:01:36.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:01:36.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:01:36.332Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364096330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:01:37.332Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:01:37.358Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:01:37.362Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:01:37.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:01:37.377Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:02:07.377Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:02:07.391Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:02:07.391Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:02:07.392Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:02:07.397Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:02:07.411Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T02:02:07.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:02:07.419Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:02:07.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:02:07.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:02:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:02:06:929-69011], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:02:07.548Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:02:07.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:02:07.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:02:07.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:02:07.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:02:07.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:02:07.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:07.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:07.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364127565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:02:08.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:02:08.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:02:08.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:08.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:08.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:08.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:09.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:09.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:09.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:09.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:10.600Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:10.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:10.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:10.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:11.602Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:11.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:11.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:11.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:12.604Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:12.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:12.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:12.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:13.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:13.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:13.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:13.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:14.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:14.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:14.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:14.609Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:15.609Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:15.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:15.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:15.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:16.611Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:02:16.612Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:02:16.612Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:02:16.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:02:16.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:02:16.663Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:02:16.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:02:16.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:02:16.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:16.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:02:16.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:16.964Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:16.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364136968, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:17.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:02:17.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:02:17.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.115Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP883955903773615805/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:02:18.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:02:18.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:02:18.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.640Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:02:18.641Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:02:18.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:02:18.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:02:18.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:02:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:02:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:18.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364138687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:19.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:02:19.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:02:19.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:02:19.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:19.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:19.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364139689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:20.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364094279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364095329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364096330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364127565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364136968, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364138687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364139689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:02:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:02:20.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:02:20.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:02:20.718Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:02:20.718Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:02:20.718Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:02:20.719Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:02:20.733Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:02:50.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:02:50.745Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:02:50.745Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:02:50.746Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:02:50.751Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:02:50.774Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:02:50.774Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c129e07e-edef-4924-82c6-73778c1201af], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T02:02:50.783Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:02:51.017Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:02:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[230], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-02:02:50:296-46806], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:02:51.018Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:02:51.018Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:02:51.019Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:02:51.019Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:02:51.027Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:02:51.027Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:02:51.028Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:02:51.028Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:51.028Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:51.028Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364171027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:02:52.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:02:52.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:02:52.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:52.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:52.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:52.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:53.060Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:53.060Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:53.060Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:53.060Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:54.062Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:54.062Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:54.062Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:54.062Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:55.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:56.065Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:56.066Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:57.067Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:57.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:57.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:57.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "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-21T02:02:58.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:02:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:58.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:02:59.071Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:02:59.072Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:02:59.072Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:02:59.072Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:02:59.072Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:02:59.121Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:02:59.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:02:59.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:02:59.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:02:59.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:02:59.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:02:59.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:02:59.475Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T02:02:59.476Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:02:59.476Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:02:59.476Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:02:59.476Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:02:59.477Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:02:59.477Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364179476, "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-21T02:03:00.478Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:03:00.479Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:03:00.479Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:03:00.479Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T02:03:00.480Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:03:00.480Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:03:00.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12446600631682438196/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-21T02:03:01.447Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:03:01.448Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:03:01.449Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:03:01.450Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T02:03:01.451Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:03:01.452Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T02:03:01.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:03:01.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:03:01.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:03:01.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:03:01.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:03:01.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:03:01.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364181502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:03:02.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:03:02.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:03:02.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:03:02.505Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:03:02.505Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:03:02.505Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364182504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:03:03.506Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:03:03.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:03:03.541Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:03:03.541Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:03:03.541Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:03:03.542Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:03:03.542Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:03:03.542Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:03:03.542Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:03:03.542Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:03:03.543Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:03:03.555Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:03:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:03:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364171027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679363734688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364179476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364181502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:03:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:03:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364182504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:03:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:03:33.555Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:03:33.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:03:33.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:03:33.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:03:33.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:03:33.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with 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-21T02:03:33.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:03:33.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:03:33.742Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:03:33.743Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:03:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-02:03:33:115-6591], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:03:33.743Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:03:33.745Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:03:33.745Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:03:33.752Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:03:33.753Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:03:33.753Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:03:33.756Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:03:33.757Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:03:33.757Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364213753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:03:34.786Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:03:34.787Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:03:34.787Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:03:34.787Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:03:34.787Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:03:34.787Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:03:34.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1296f254-56b9-4cfb-82b0-46658d4200d6 2023-03-21T02:03:34.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:03:34.794Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:03:34.794Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:03:36.669Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:39.678Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:42.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:45.697Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:48.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:51.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:54.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:03:57.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:00.741Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:03.750Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:06.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:09.768Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:12.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:15.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:18.794Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:04:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:20.541Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:04:20.542Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:04:20.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:04:20.550Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1296f254-56b9-4cfb-82b0-46658d4200d6', protocol='range'} 2023-03-21T02:04:20.556Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1296f254-56b9-4cfb-82b0-46658d4200d6=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-21T02:04:20.571Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1296f254-56b9-4cfb-82b0-46658d4200d6', protocol='range'} 2023-03-21T02:04:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:04:20.572Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:04:20.573Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:04:20.577Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:04:20.578Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:04:20.578Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:04:20.578Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:04:20.578Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=536, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:04:20.579Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:04:20.579Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:04:21.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:04:21.598Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:04:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:04:21.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364213753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:04:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:21.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:04:22.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:23.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:23.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:23.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:23.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:24.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:24.604Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:24.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:24.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:25.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:25.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:25.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:25.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:26.607Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:26.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:04:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:27.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:27.610Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:28.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:04:28.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:04:28.612Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:04:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:04:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:04:28.664Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:04:28.664Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:04:28.664Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:04:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:04:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:04:28.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@78573cf6 2023-03-21T02:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364268695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:29.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:04:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:04:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:04:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:04:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:04:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:04:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7104a32 2023-03-21T02:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364269748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:04:30.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:04:30.750Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:04:30.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:04:30.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:04:30.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:05:00.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:05:00.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:05:00.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:05:00.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:05:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:05:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:05:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:05:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:05:30.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:05:30.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:05:30.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:05:30.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:06:00.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:06:00.870Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:06:00.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:06:00.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:06:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:06:20.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364268695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364269748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:06:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:06:30.876Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:06:30.901Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:06:30.904Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:06:30.904Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:07:00.905Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:07:00.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:07:00.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:07:00.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:07:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:07:30.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:07:30.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:07:30.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:07:30.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:08:00.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:08:00.997Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:08:01.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:08:01.002Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:08:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:08:31.002Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:08:31.028Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:08:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:08:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:09:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:09:01.061Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:09:01.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:09:01.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:09:20.527Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:09:21.641Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:09:21.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1296f254-56b9-4cfb-82b0-46658d4200d6 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:09:21.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:09:21.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:09:24.117Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:09:24.132Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:09:24.132Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:09:24.139Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:09:24.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:09:24.155Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:09:24.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:09:24.156Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:09:24.161Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:09:24.161Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:09:24.161Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:09:24.161Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=546, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:09:24.162Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:09:24.162Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:09:31.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:09:31.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:09:31.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:09:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:09:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:09:31.086Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:09:31.107Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:09:31.107Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c12073bc-e645-4af7-baf8-2f12c3f2afac], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T02:09:31.114Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:09:31.148Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:09:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[2-aai-resources-230321-02:09:30:627-74042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:09:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:09:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:09:31.154Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:09:31.154Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:09:31.155Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:09:31.155Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:09:31.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:09:31.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:09:31.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:09:31.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:31.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:31.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364571167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:09:31.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:09:31.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364571167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:09:31.188Z||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-21T02:09:32.201Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:09:32.201Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:09:32.201Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:09:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:09:33.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:09:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:09:34.204Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:09:34.204Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:09:34.205Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:09:34.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:09:34.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:09:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61266c5c 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:09:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:09:34.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:34.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:34.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364574284, "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-21T02:09:35.286Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:09:35.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:35.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364575330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:09:36.332Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:09:36.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:09:36.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:09:36.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:09:36.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:09:36.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364576332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:09:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:09:37.360Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:09:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:09:37.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:10:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:10:07.391Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:10:07.391Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:10:07.392Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:10:07.396Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:10:07.411Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T02:10:07.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:10:07.419Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:10:07.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:10:07.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:10:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:10:06:930-44711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:10:07.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:10:07.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:10:07.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:10:07.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:10:07.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:10:07.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:10:07.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:07.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:07.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364607581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:10:08.616Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:10:08.616Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:10:08.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:08.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:08.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:08.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:09.618Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:09.619Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:09.619Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:09.619Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:10.620Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:10.620Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:10.620Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:10.620Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:11.621Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:11.622Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:11.622Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:11.622Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:12.623Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:12.623Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:12.623Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:12.623Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:13.624Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:13.624Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:13.624Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:13.624Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:14.625Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:14.626Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:14.626Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:14.626Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:15.627Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:15.627Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:15.627Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:15.627Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:16.628Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:10:16.629Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:10:16.629Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:10:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:10:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:10:16.677Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:10:16.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:10:16.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:10:16.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:16.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:10:16.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:16.947Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:10:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:10:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:10:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:16.950Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:10:16.950Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:16.950Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:16.950Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364616949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:17.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:10:17.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:10:17.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:17.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:17.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:17.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.084Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5493458210609591387/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:10:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:10:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:10:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:10:18.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:10:18.700Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:10:18.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:10:18.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:10:18.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:10:18.702Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:18.702Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:18.702Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364618701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:19.703Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:10:19.703Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:10:19.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:10:19.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:19.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:19.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364619703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:20.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:10:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364574284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364575330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364576332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364607581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:10:20.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364616949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364618701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:10:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364619703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:10:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:10:20.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:10:20.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:10:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:10:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:10:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:10:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:10:20.734Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:10:20.735Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:10:20.735Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:10:20.735Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:10:20.735Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:10:24.276Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:10:54.276Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:10:54.283Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:10:54.284Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:10:54.284Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:10:54.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:10:54.303Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T02:10:54.304Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:10:54.311Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:10:54.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:10:54.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:10:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-02:10:53:825-26946], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:10:54.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:10:54.472Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:10:54.472Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:10:54.479Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:10:54.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:10:54.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:10:54.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:54.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:54.481Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364654480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:10:55.509Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:10:55.509Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:10:55.510Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:55.510Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:55.510Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:55.510Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:10:56.511Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:56.512Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:56.512Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:56.512Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:10:57.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:57.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:57.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:57.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:10:58.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:58.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:58.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:58.515Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:10:59.516Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:10:59.516Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:10:59.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:10:59.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:11:00.518Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:11:00.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:00.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:00.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "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-21T02:11:01.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:11:01.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:01.521Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:01.521Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:11:02.522Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:11:02.522Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:11:02.523Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:11:02.523Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:11:02.523Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:11:02.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:11:02.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:11:02.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:11:02.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:11:02.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:11:02.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:11:02.801Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:11:02.803Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182 2023-03-21T02:11:02.803Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:02.803Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:02.804Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:11:02.804Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:02.804Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:02.804Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364662803, "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-21T02:11:03.805Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:11:03.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:11:03.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:11:03.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T02:11:03.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:11:03.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:11:03.937Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10008274322882436982/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-21T02:11:04.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:11:04.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar 2023-03-21T02:11:04.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:11:04.738Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.739Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:11:04.740Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 Model Version:NULL Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e662e54f-d942-493d-818e-4a1388a187fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3 ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b 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-21T02:11:04.792Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:04.793Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364664793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:11:05.794Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:11:05.794Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:11:05.794Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:11:05.795Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:05.795Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:05.795Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364665794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:11:06.795Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:11:06.823Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:11:06.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:11:06.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:11:06.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:11:06.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:11:06.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:11:06.830Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:11:06.830Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:11:06.830Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:11:06.830Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:11:06.844Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:11:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "ves-openapi-manager", "timestamp": 1679364622462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364579209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364617098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364613189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "multicloud-k8s", "timestamp": 1679364615476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364627494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364643152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364641362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "cds-sdc-listener", "timestamp": 1679364641154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364641902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:11:20.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364644158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T02:11:20.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "policy-distribution-id", "timestamp": 1679364645159, "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-21T02:11:20.585Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b912411-7f11-42e8-8350-284e5a734f56 2023-03-21T02:11:20.585Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b912411-7f11-42e8-8350-284e5a734f56 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-21T02:11:20.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.608Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364643657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T02:11:20.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.608Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679364644661, "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-21T02:11:20.621Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b912411-7f11-42e8-8350-284e5a734f56 2023-03-21T02:11:20.622Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b912411-7f11-42e8-8350-284e5a734f56 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-21T02:11:20.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.643Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364646455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T02:11:20.644Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.644Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "aai-model-loader", "timestamp": 1679364647457, "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-21T02:11:20.658Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b912411-7f11-42e8-8350-284e5a734f56 2023-03-21T02:11:20.658Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b912411-7f11-42e8-8350-284e5a734f56 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-21T02:11:20.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.683Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364654480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:11:20.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.684Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364214786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364662803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:11:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364664793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:11:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:11:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364665794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:11:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:11:36.844Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:11:36.855Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:11:36.855Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:11:36.856Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:11:36.863Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:11:36.880Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:11:36.880Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f608a4c-df95-4a89-b978-ad468b623b5b], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T02:11:36.886Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:11:37.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:11:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-02:11:36:399-51471], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:11:37.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:11:37.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:11:37.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:11:37.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:11:37.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364697051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:11:38.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:11:38.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:11:38.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:11:38.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:11:38.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:11:38.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:11:38.084Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:11:38.085Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-08e1c998-2e34-4688-8af1-e7df97c9fd7f 2023-03-21T02:11:38.085Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:11:38.085Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:11:39.666Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:42.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:45.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:48.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:51.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:54.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:11:57.721Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:00.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:03.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:06.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:09.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:12.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:15.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:18.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:12:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:20.542Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:12:20.542Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:12:20.548Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:12:20.549Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-08e1c998-2e34-4688-8af1-e7df97c9fd7f', protocol='range'} 2023-03-21T02:12:20.553Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-08e1c998-2e34-4688-8af1-e7df97c9fd7f=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:12:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-08e1c998-2e34-4688-8af1-e7df97c9fd7f', protocol='range'} 2023-03-21T02:12:20.569Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:12:20.570Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:12:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.570Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:12:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.575Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:12:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.575Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:12:20.575Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:12:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.575Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=633, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:12:20.575Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.576Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:12:20.576Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:12:20.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:12:20.576Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:12:21.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:12:21.594Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364697051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:12:21.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:12:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:12:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:12:21.599Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:21.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:21.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:21.600Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:22.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:22.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:22.602Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:22.603Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:23.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:23.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:23.605Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:23.606Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:24.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:24.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:24.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:24.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:25.610Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:25.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:25.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:25.611Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:26.612Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:26.613Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:26.613Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:26.613Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:27.614Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:12:27.614Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:27.614Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:27.615Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:28.615Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:12:28.616Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:12:28.616Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:12:28.616Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:12:28.617Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:12:28.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:12:28.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:12:28.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:12:28.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:12:28.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:12:28.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:12:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:12:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ca0465f 2023-03-21T02:12:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:12:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:12:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:12:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:12:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:12:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:12:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364748691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:12:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:12:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:12:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:12:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:12:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:12:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:12:29.721Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:12:29.740Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:12:29.741Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4fc1f806 2023-03-21T02:12:29.741Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:12:29.741Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:12:29.741Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:12:29.741Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:12:29.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:12:29.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:12:29.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:12:29.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:12:29.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364749741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:12:30.743Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:12:30.744Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:12:30.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:12:30.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:12:30.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:13:00.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:13:00.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:13:00.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:13:00.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:13:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:13:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:13:20.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:13:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:13:30.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:13:30.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:13:30.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:13:30.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:14:00.836Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:14:00.864Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:14:00.869Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:14:00.870Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:14:20.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:14:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364748691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:14:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679364749741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:14:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:14:30.870Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:14:30.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:14:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:14:30.890Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:15:00.890Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:15:00.919Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:15:00.924Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:15:00.924Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:15:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:15:30.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:15:30.952Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:15:30.956Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:15:30.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:16:00.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:16:00.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:16:00.990Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:16:00.990Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:16:20.526Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:16:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:16:31.016Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:16:31.020Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:16:31.020Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:17:01.020Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:17:01.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:17:01.047Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:17:01.047Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:17:20.526Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:17:21.624Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:17:21.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-08e1c998-2e34-4688-8af1-e7df97c9fd7f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:17:21.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:17:21.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:17:24.120Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:17:24.135Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:17:24.135Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:17:24.142Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:17:24.142Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:17:24.159Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:17:24.159Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:17:24.160Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:17:24.164Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:17:24.164Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:17:24.164Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:17:24.164Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=643, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:17:24.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:17:24.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:17:31.047Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:17:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:17:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:17:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:17:31.060Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:17:31.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:17:31.083Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T02:17:31.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:17:31.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:17:31.124Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:17:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:17:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[30], x-aai-txid=[2-aai-resources-230321-02:17:30:605-23219], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:17:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:17:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:17:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:17:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:17:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:17:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:17:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:17:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:17:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365051139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:17:31.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:17:31.158Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365051139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:17:31.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:17:32.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:17:32.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:17:32.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:17:32.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:32.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:32.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:17:33.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:17:33.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:33.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:33.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:17:34.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:17:34.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:17:34.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:17:34.172Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:17:34.172Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:17:34.211Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74393c23 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365054247, "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-21T02:17:35.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:17:35.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:17:35.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:17:35.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:17:35.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:17:35.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:35.286Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:35.286Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365055285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:17:36.287Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:17:36.287Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:17:36.287Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:17:36.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:17:36.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:17:36.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365056287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:17:37.289Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:17:37.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:17:37.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:17:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:17:37.332Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:18:07.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:18:07.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:18:07.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:18:07.345Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:18:07.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:18:07.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:18:07.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3b259fe-c932-49da-85c7-d4d8599922e4], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T02:18:07.375Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:18:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:18:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:18:06:887-9699], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:18:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:18:07.506Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:18:07.507Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:18:07.508Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:18:07.515Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:18:07.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:18:07.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:18:07.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:07.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:07.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365087516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:18:08.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:18:08.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:18:08.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:08.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:08.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:08.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:09.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:09.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:09.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:09.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:10.548Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:11.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:11.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:11.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:11.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:12.550Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:12.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:12.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:12.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:14.553Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:16.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:18:16.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:18:16.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:18:16.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:18:16.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:18:16.599Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:18:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:18:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:18:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:18:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:16.923Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:18:16.925Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:16.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365096926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:17.927Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:18:17.928Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:18:17.928Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:17.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:17.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:17.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.010Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2735387805334736135/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:18:18.574Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:18:18.574Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:18:18.574Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:18:18.575Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:18:18.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:18:18.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:18:18.576Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:18:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:18:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:18:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:18:18.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:18:18.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:18:18.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:18:18.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:18.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:18.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365098656, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:19.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365099658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365054247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365055285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365056287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365087516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365096926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:18:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365098656, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365099658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:18:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:18:20.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:18:20.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:18:20.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:18:20.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:18:20.684Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:18:20.695Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:18:50.696Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:18:50.703Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:18:50.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:18:50.704Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:18:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:18:50.724Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:18:50.725Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[707e66e2-058f-44da-9096-1098782d81dd], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T02:18:50.733Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:18:50.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:18:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[214], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-02:18:50:245-60476], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:18:50.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:18:50.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:18:50.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:18:50.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:18:50.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:18:50.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:18:50.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:18:50.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:50.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:50.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365130962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:18:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:18:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:18:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:51.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:51.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:51.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:52.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:52.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:52.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:52.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:53.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:53.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:53.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:53.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:54.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:54.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:54.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:54.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:55.993Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:55.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:55.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:55.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:56.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:56.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:56.996Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:56.996Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "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-21T02:18:57.996Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:18:57.997Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:57.997Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:57.997Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:18:58.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:18:58.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:18:58.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:18:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:18:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:18:59.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:18:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:18:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:18:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:18:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:18:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:18:59.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:18:59.066Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3214ce80 2023-03-21T02:18:59.066Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:18:59.066Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:18:59.066Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:18:59.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:18:59.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:18:59.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:18:59.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:18:59.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:18:59.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365139067, "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-21T02:19:00.069Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:19:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:19:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:19:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:19:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:19:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365140111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:19:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:19:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:19:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:01.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365141113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:02.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:19:02.136Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:19:02.139Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:02.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:19:02.151Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:19:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365130962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:19:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:19:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:19:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:19:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365139067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365140111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:19:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365141113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:19:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:19:32.151Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:19:32.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:19:32.163Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:19:32.163Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:19:32.170Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:19:32.185Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:19:32.185Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93731f29-421f-4e7b-9b97-944b72c2337e], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T02:19:32.201Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:19:32.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:19:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-02:19:31:716-17938], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:19:32.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:19:32.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:19:32.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:19:32.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:19:32.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:19:32.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:19:32.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:19:32.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:32.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:32.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365172361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:19:33.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:19:33.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:19:33.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:33.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:33.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:33.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:34.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:34.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:34.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:34.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:35.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:35.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:35.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:35.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:36.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:36.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:36.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:36.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:37.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:38.393Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:38.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:38.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:38.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:39.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:39.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:39.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:39.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:40.396Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:19:40.396Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:40.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:40.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:41.398Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:19:41.398Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:19:41.398Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:19:41.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:19:41.399Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T02:19:41.452Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:19:41.452Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:19:41.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:19:41.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:41.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:19:41.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:41.782Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:19:41.784Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:19:41.785Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:19:41.785Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:41.785Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:19:41.785Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:41.786Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:41.786Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365181785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:42.787Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:19:42.788Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:19:42.788Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:42.788Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:42.789Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:42.789Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:42.862Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13942079804402489236/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:19:43.426Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:19:43.426Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.427Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:19:43.445Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:19:43.448Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||pNF bc206b3a-de2f 0 2023-03-21T02:19:43.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 2023-03-21T02:19:43.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:19:43.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:19:43.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bc206b3a-de2f 0 ffe0c324-1c0f-4b6e-bd74-f08294747af3 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-21T02:19:43.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18b69ff9, org.onap.sdc.toscaparser.api.parameters.Input@314d79a6, org.onap.sdc.toscaparser.api.parameters.Input@3754bf41, org.onap.sdc.toscaparser.api.parameters.Input@4bb5f4df, org.onap.sdc.toscaparser.api.parameters.Input@6750e307] 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cd20718a-bcb7-4328-a481-3722b9b64d8b: pNF bc206b3a-de2f 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Processing PNF resource: ffe0c324-1c0f-4b6e-bd74-f08294747af3 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:19:43.458Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Resource customization UUID: 024b4982-3d2b-424f-b03f-5691967f0baa is the same as notified resource customizationUUID: 024b4982-3d2b-424f-b03f-5691967f0baa 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-21T02:19:43.531Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bc206b3a-de2f ffe0c324-1c0f-4b6e-bd74-f08294747af3 0 ASDC deployResourceStructure 2023-03-21T02:19:43.531Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:19:43.532Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:19:43.532Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T02:19:43.532Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:19:43.532Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:19:43.532Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365183531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:19:44.533Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:19:44.551Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:44.555Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:44.556Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:44.556Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:19:44.556Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:19:44.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:20:14.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:20:14.574Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:20:14.574Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T02:20:14.575Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T02:20:14.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:20:14.593Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with 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-21T02:20:14.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T02:20:14.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:20:14.753Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:20:14.754Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:20:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-02:20:14:116-93295], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:20:14.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:20:14.757Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:20:14.757Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:20:14.766Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T02:20:14.766Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:20:14.766Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:20:14.766Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:14.767Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:14.767Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365214766, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:20:15.791Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:20:15.791Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:20:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:20:15.797Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1c59bac2-7560-43a5-93cb-8c4038552277 2023-03-21T02:20:15.797Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:15.798Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:15.798Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:20:18.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:20:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:20.542Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:20:20.543Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:20:20.548Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:20:20.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1c59bac2-7560-43a5-93cb-8c4038552277', protocol='range'} 2023-03-21T02:20:20.554Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1c59bac2-7560-43a5-93cb-8c4038552277=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-21T02:20:20.571Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:20:20.571Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:20:20.571Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1c59bac2-7560-43a5-93cb-8c4038552277', protocol='range'} 2023-03-21T02:20:20.571Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:20:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=672, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:20:20.576Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:20:20.577Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:20:20.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:20:21.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365172361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.599Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679364698080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365181785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365183531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365214766, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:20:21.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:20:21.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:21.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:21.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:21.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:22.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:22.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:22.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:22.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:23.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:23.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:23.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:23.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:25.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:25.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:26.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:27.609Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:20:27.609Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:27.610Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:27.610Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:28.611Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:20:28.611Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:20:28.611Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:20:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:20:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:20:28.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:20:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:20:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:20:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:20:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:20:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:20:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:20:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a8b1da4 2023-03-21T02:20:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:20:28.684Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:20:28.684Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:20:28.684Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:20:28.684Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:20:28.684Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:20:28.685Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:28.685Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:28.685Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365228684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:29.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:20:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:20:29.705Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:20:29.709Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:20:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:20:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:20:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:20:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:20:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:20:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22a21d7f 2023-03-21T02:20:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:20:29.727Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:20:29.728Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365229728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:20:30.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:20:30.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:20:30.750Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:20:30.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:20:30.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:21:00.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:21:00.777Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:21:00.781Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:21:00.781Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:21:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:21:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T02:21:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:21:20.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:21:30.782Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:21:30.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:21:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:21:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:22:00.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:22:00.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:22:00.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:22:00.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:22:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:22:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:22:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365228684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T02:22:20.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365229728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:22:20.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:22:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:22:30.854Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:22:30.858Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:22:30.858Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:23:00.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:23:00.884Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:23:00.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:23:00.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:23:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:23:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:23:30.911Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:23:30.916Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:23:30.916Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:24:00.916Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:24:00.937Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:24:00.941Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:24:00.941Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:24:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:24:30.941Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:24:30.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:24:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:24:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:25:00.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:25:00.989Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:25:00.993Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:25:00.993Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:25:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:25:21.593Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:25:21.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-1c59bac2-7560-43a5-93cb-8c4038552277 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:25:21.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:25:21.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:25:24.109Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:25:24.127Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:25:24.127Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:25:24.133Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:25:24.134Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:25:24.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:25:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:25:24.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:25:24.158Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:25:24.158Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:25:24.158Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:25:24.159Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=693, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:25:24.159Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:25:24.159Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:25:30.993Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:25:30.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:25:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:25:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:25:31.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:25:31.013Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:25:31.030Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:25:31.030Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc50e2e2-9616-487c-b867-cd58b07f3bb3], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T02:25:31.040Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:25:31.074Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:25:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[0-aai-resources-230321-02:25:30:555-80687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:25:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:25:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:25:31.080Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:25:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:25:31.082Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:25:31.082Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:25:31.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:25:31.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:25:31.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:25:31.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:31.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:31.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365531089, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:25:31.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:25:31.115Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365531089, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:25:31.116Z||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-21T02:25:32.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:25:32.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:25:32.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:25:32.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:32.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:32.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:25:33.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:25:33.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:33.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:33.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:25:34.124Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:25:34.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:25:34.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:25:34.125Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:25:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:25:34.160Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:25:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:25:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:25:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:25:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:25:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:25:34.192Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:25:34.193Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41000365 2023-03-21T02:25:34.193Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:25:34.193Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:25:34.194Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:25:34.194Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:25:34.194Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:25:34.195Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:25:34.195Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:34.195Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:34.195Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365534194, "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-21T02:25:35.196Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:35.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365535245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:25:36.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:25:36.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:25:36.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:25:36.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:25:36.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:25:36.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365536246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:25:37.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:25:37.271Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:25:37.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:25:37.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:25:37.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:25:37.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:25:37.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:25:37.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:25:37.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:25:37.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:25:37.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:25:37.287Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:26:07.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:26:07.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:26:07.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:26:07.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:26:07.304Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:26:07.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:26:07.337Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6fe9b3cf-093f-4436-9ca6-2db04c4a1bd2], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T02:26:07.343Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:26:07.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:26:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-02:26:06:855-31117], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:26:07.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:26:07.463Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:26:07.463Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:26:07.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:07.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365567473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:26:08.503Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:26:08.504Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:26:08.504Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:08.504Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:08.504Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:08.504Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:09.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:09.506Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:09.506Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:09.506Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:10.507Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:10.507Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:10.507Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:10.507Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:11.508Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:11.508Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:11.508Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:11.508Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:12.509Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:12.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:12.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:12.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:13.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:13.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:13.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:13.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:14.512Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:14.513Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:14.513Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:14.514Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:15.515Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:15.515Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:15.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:15.516Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:16.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:26:16.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:26:16.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:26:16.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:26:16.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:26:16.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:26:16.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:26:16.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:26:16.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:16.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:26:16.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:16.853Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:26:16.856Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:26:16.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:26:16.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:16.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:26:16.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:16.858Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:16.858Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365576857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:17.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:26:17.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:26:17.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:17.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:17.861Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:17.861Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:17.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3373943635971417670/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:26:18.467Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:26:18.471Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:26:18.516Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:18.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365578516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:19.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:26:19.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:26:19.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:26:19.519Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:19.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:19.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365579519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:20.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 2023-03-21T02:26:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:26:20.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.530Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365534194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365535245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365536246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365567473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365576857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365578516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:26:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:26:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:26:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365579519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:26:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:26:20.546Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:26:20.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:26:20.565Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:26:50.565Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:26:50.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:26:50.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:26:50.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:26:50.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:26:50.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:26:50.601Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4d131f0-3c40-4dbd-8307-6df9f5ffe303], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T02:26:50.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:26:50.779Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:26:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-02:26:50:124-94711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:26:50.779Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:26:50.780Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:26:50.781Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:26:50.781Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:26:50.790Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:26:50.791Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:26:50.791Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:26:50.791Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:50.791Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:50.792Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365610791, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:26:51.819Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:26:51.820Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:26:51.820Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:51.821Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:51.821Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:51.821Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:52.822Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:52.822Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:52.822Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:52.822Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:53.823Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:53.824Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:53.824Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:53.824Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:54.825Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:54.826Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:54.826Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:54.826Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:55.827Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:55.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:55.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:55.832Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:56.835Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:56.836Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:56.836Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:56.836Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "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-21T02:26:57.837Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:26:57.837Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:57.838Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:57.838Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:26:58.839Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:26:58.839Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:26:58.839Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:26:58.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:26:58.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:26:58.886Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:26:58.887Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:26:58.887Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:26:58.887Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:26:58.887Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:26:58.887Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:26:58.910Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:26:58.910Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@494b5e1f 2023-03-21T02:26:58.910Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:26:58.911Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:58.912Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:58.912Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365618911, "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-21T02:26:59.913Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:26:59.953Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:26:59.954Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:26:59.954Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:26:59.954Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:26:59.955Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:26:59.955Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:26:59.955Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365619954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:00.956Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:27:00.956Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:27:00.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:27:00.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:00.958Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:00.958Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365620956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:01.959Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:27:01.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:27:01.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:01.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:01.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:27:02.002Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:27:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365610791, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:27:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365618911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365619954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:27:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365620956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:27:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:27:32.003Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:27:32.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:27:32.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:27:32.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:27:32.022Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:27:32.038Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:27:32.038Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b872a40-52f4-4712-b90d-4cfb46932ac3], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T02:27:32.047Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:27:32.186Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:27:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-02:27:31:561-28265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:27:32.186Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:27:32.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:27:32.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:27:32.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:27:32.196Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:27:32.196Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:27:32.196Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:27:32.196Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:32.197Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:32.197Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365652196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:27:33.220Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:27:33.220Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:27:33.221Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:33.221Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:33.221Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:33.221Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:34.222Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:34.222Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:34.222Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:34.223Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:35.224Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:35.224Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:35.224Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:35.225Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:36.225Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:36.226Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:36.226Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:36.226Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:37.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:37.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:37.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:37.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:38.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:38.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:38.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:38.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:39.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:39.230Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:39.230Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:39.230Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:40.231Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:27:40.231Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:40.231Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:40.231Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:41.232Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:27:41.232Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:27:41.233Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:27:41.233Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:27:41.233Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:27:41.273Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:27:41.273Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:27:41.274Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:27:41.274Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:41.274Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:27:41.274Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:41.586Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:27:41.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:27:41.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:27:41.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:41.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:27:41.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:41.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:41.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365661589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:42.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:27:42.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:27:42.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:42.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:42.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:42.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:42.721Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5586202934022977051/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:27:43.255Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:27:43.255Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:27:43.255Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.255Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.256Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.257Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.258Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.258Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.258Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:27:43.258Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:27:43.258Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:27:43.308Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T02:27:43.308Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:27:43.309Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T02:27:43.309Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:27:43.309Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:43.310Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:43.310Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365663308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:44.311Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:27:44.311Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T02:27:44.312Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:27:44.312Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:27:44.312Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:27:44.312Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365664311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:27:45.313Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:27:45.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:27:45.341Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:27:45.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:28:15.355Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:28:15.366Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:28:15.366Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T02:28:15.367Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T02:28:15.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:28:15.389Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T02:28:15.389Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67a67ece-b67f-4f3e-8665-6195c4a4376b], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T02:28:15.396Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:28:15.539Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:28:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-02:28:14:911-62256], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:28:15.540Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:28:15.541Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:28:15.542Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:28:15.542Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:28:15.551Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T02:28:15.552Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:28:15.552Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:28:15.553Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:15.553Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:15.554Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365695552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:28:16.585Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:28:16.585Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:28:16.586Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:16.586Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:16.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:16.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:28:16.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:16.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-356d8da8-5424-4eb7-9748-82804594524f 2023-03-21T02:28:16.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:16.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:28:18.802Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:28:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:20.539Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:28:20.539Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:28:20.546Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:28:20.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-356d8da8-5424-4eb7-9748-82804594524f', protocol='range'} 2023-03-21T02:28:20.552Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-356d8da8-5424-4eb7-9748-82804594524f=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:28:20.569Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-356d8da8-5424-4eb7-9748-82804594524f', protocol='range'} 2023-03-21T02:28:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:28:20.569Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.569Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:28:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:28:20.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:28:20.573Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:28:20.573Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:28:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:28:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=722, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:28:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:28:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:28:21.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.593Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365652196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:28:21.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365215791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365661589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:28:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365663308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365664311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365695552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:28:21.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:28:21.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:21.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:21.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:21.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:22.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:22.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:22.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:22.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:23.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:23.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:23.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:23.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:24.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:24.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:24.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:24.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:25.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:25.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:25.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:25.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:26.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:26.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:26.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:26.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:28:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:28.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:28:28.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:28:28.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:28:28.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:28:28.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:28:28.648Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:28:28.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:28:28.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:28:28.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:28:28.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:28:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:28:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:28:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b72613f 2023-03-21T02:28:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:28:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:28:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:28:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:28:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:28:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:28:28.677Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:28.677Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:28.677Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365708676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:29.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:28:29.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:28:29.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:28:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:28:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:28:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:28:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:28:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18be1350 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:28:29.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:28:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:28:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365709712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:28:30.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:28:30.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:28:30.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:28:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:28:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:29:00.740Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:29:00.758Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:29:00.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:29:00.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:29:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:29:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:29:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:29:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:29:30.762Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:29:30.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:29:30.787Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:29:30.787Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:30:00.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:30:00.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:30:00.811Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:30:00.812Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:30:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:30:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365708676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679365709712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:30:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:30:30.812Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:30:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:30:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:30:30.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:31:00.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:31:00.858Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:31:00.862Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:31:00.863Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:31:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:31:30.863Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:31:30.884Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:31:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:31:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:32:00.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:32:00.909Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:32:00.913Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:32:00.913Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:32:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:32:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:32:30.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:32:30.938Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:32:30.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:33:00.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:33:00.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:33:00.965Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:33:00.965Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:33:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:33:21.598Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:33:21.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-356d8da8-5424-4eb7-9748-82804594524f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:33:21.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:33:21.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:33:24.100Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:33:24.115Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:33:24.115Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:33:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:33:24.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:33:24.140Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:33:24.140Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:33:24.140Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:33:24.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:33:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:33:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:33:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=744, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:33:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:33:24.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:33:30.965Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:33:30.965Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:33:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:33:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:33:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:33:30.980Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:33:30.995Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T02:33:31.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:33:31.009Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:33:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:33:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:33:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[1-aai-resources-230321-02:33:30:525-51833], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:33:31.050Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:33:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:33:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:33:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:33:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:33:31.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:33:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:33:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:33:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366011063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:33:31.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:33:31.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366011063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:33:31.083Z||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-21T02:33:32.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:33:32.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:33:32.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:33:32.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:32.090Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:32.091Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:33:33.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:33:33.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:33.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:33.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:33:34.093Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:33:34.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:33:34.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:33:34.095Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:33:34.095Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:33:34.142Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:33:34.143Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:33:34.143Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:33:34.143Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:33:34.143Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:33:34.143Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:33:34.176Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:33:34.176Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@af25e51 2023-03-21T02:33:34.176Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:33:34.176Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:33:34.176Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:34.177Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366014177, "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-21T02:33:35.178Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:33:35.216Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:35.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366015217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:33:36.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:33:36.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:33:36.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:33:36.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:33:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:33:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366016218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:33:37.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:33:37.239Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:33:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:33:37.243Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:33:37.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:34:07.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:34:07.264Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:34:07.264Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:34:07.265Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:34:07.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:34:07.290Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T02:34:07.292Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:34:07.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:34:07.416Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:34:07.417Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:34:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:34:06:812-79047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:34:07.417Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:34:07.418Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:34:07.419Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366047426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:34:08.451Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:34:08.451Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:34:08.452Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:08.452Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:08.452Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:08.452Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:09.453Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:09.453Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:09.453Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:09.453Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:10.454Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:10.454Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:10.455Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:10.455Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:11.455Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:11.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:11.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:11.456Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:12.457Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:12.458Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:12.458Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:12.458Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:13.459Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:13.459Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:13.459Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:13.459Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:14.460Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:14.461Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:14.461Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:14.461Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:15.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:15.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:15.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:15.462Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:16.463Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:34:16.463Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:34:16.463Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:34:16.463Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:34:16.464Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:34:16.508Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:34:16.508Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:34:16.508Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:34:16.508Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:16.508Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:34:16.509Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:16.865Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:34:16.868Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:34:16.868Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:34:16.868Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:16.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:34:16.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:16.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:16.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366056868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:17.870Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:34:17.870Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:34:17.870Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:17.872Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:17.872Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:17.873Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12131504019689652627/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.536Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:34:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:34:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:34:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366058587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:19.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:34:19.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:34:19.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:34:19.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:19.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:19.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366059588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:20.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366014177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366015217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366016218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366047426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366056868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:34:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366058587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366059588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:34:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:34:20.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:34:20.609Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:34:20.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:34:20.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:34:20.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:34:20.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:34:20.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:34:20.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:34:20.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:34:20.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:34:20.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:34:20.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:34:50.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:34:50.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:34:50.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:34:50.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:34:50.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:34:50.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T02:34:50.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:34:50.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:34:50.880Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:34:50.881Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:34:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[217], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-02:34:50:172-36850], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:34:50.882Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:34:50.882Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:34:50.883Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:34:50.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:34:50.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:34:50.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:34:50.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:50.891Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:50.891Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366090890, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:51.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:52.921Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:52.921Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:52.921Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:52.922Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:53.923Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:53.924Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:53.924Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:53.924Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:54.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:54.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:54.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:54.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:55.928Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:55.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:55.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:55.929Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:56.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:56.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:56.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:56.930Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "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-21T02:34:57.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:34:57.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:57.931Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:57.932Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:34:58.933Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:34:58.933Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:34:58.933Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:34:58.934Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:34:58.934Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:34:58.978Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:34:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:34:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:34:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:34:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:34:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:34:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:34:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ed43cf0 2023-03-21T02:34:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:34:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:34:58.999Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:34:59.000Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366099000, "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-21T02:35:00.001Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:35:00.048Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:00.049Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366100049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:01.050Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:35:01.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:35:01.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:35:01.051Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:01.052Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:01.052Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366101050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:02.053Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:35:02.076Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:35:02.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:35:02.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:35:02.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:35:02.080Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:35:02.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:02.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:02.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:02.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:02.081Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:35:02.094Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:35:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366090890, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:35:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366099000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366100049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366101050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:35:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:35:32.094Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:35:32.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:35:32.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:35:32.107Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:35:32.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:35:32.126Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with 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-21T02:35:32.127Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:35:32.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:35:32.283Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:35:32.284Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:35:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-02:35:31:653-25279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:35:32.285Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:35:32.285Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:35:32.285Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:35:32.293Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:35:32.293Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:35:32.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:35:32.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:32.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:32.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366132294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:35:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:35:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:35:33.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:33.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:33.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:33.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:34.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:34.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:34.324Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:34.324Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:35.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:35.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:35.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:35.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:36.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:36.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:36.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:36.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:37.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:37.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:37.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:37.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:38.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:38.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:38.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:38.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:39.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:39.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:39.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:39.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:40.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:35:40.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:40.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:40.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:41.333Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:35:41.333Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:35:41.333Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:35:41.334Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:35:41.334Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:35:41.365Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:35:41.367Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:35:41.367Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:35:41.367Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:41.368Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:35:41.368Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:41.689Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:35:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:35:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:35:41.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:41.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:35:41.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:41.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:41.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366141692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:42.694Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:35:42.695Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:35:42.695Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:42.696Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:42.696Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:42.696Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:42.774Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5300906283479748491/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:35:43.344Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.345Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:35:43.346Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:35:43.346Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:35:43.347Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.347Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.348Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.349Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.349Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.349Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:35:43.349Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:35:43.349Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:35:43.389Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T02:35:43.390Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:35:43.390Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T02:35:43.390Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:35:43.390Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:43.390Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:43.391Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366143390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:44.391Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:35:44.392Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T02:35:44.392Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:35:44.393Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:35:44.393Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:35:44.393Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366144391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:35:45.394Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:35:45.416Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:45.421Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:45.422Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:35:45.422Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:35:45.434Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:36:15.435Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:36:15.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:36:15.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T02:36:15.448Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T02:36:15.455Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:36:15.468Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with 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-21T02:36:15.470Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T02:36:15.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:36:15.620Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:36:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:36:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[209032], x-aai-txid=[1-aai-resources-230321-02:36:14:991-84003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:36:15.622Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:36:15.623Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:36:15.623Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:36:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T02:36:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:36:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:36:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366175631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:36:16.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:36:16.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:36:16.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:16.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:16.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:16.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:36:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-2cc1f54f-b34d-41f6-b119-50fb86d1e1fa 2023-03-21T02:36:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:16.672Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:16.672Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:36:18.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:36:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:20.539Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:36:20.539Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:36:20.544Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:36:20.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-2cc1f54f-b34d-41f6-b119-50fb86d1e1fa', protocol='range'} 2023-03-21T02:36:20.549Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-2cc1f54f-b34d-41f6-b119-50fb86d1e1fa=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-21T02:36:20.562Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:36:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-2cc1f54f-b34d-41f6-b119-50fb86d1e1fa', protocol='range'} 2023-03-21T02:36:20.562Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:36:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.562Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:36:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.566Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:36:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:36:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:36:20.567Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:36:20.567Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:36:20.567Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=773, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:36:20.567Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:36:20.567Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:36:21.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.586Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366132294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:36:21.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:36:21.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.588Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:21.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:21.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:21.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679365696585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366141692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:36:21.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366143390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366144391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:36:21.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366175631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:36:21.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:36:22.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:22.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:22.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:22.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:23.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:23.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:23.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:23.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:24.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:24.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:24.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:24.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:25.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:25.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:25.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:25.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:26.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:26.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:26.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:26.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:36:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:28.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:36:28.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:36:28.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:36:28.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:36:28.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:36:28.641Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@502fc65e 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:36:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:28.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:28.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366188665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:29.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:36:29.687Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:36:29.687Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:36:29.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:36:29.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:36:29.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:36:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:36:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:36:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:36:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4fd67907 2023-03-21T02:36:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:36:29.710Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:36:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366189711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:36:30.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:36:30.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:36:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:36:30.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:36:30.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:37:00.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:37:00.762Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:37:00.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:37:00.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:37:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:37:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:37:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:37:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:37:30.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:37:30.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:37:30.793Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:37:30.793Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:38:00.793Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:38:00.815Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:38:00.819Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:38:00.819Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:38:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:38:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366188665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:38:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:20.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:38:20.529Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366189711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:38:20.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:38:30.819Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:38:30.841Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:38:30.846Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:38:30.846Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:39:00.846Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:39:00.863Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:39:00.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:39:00.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:39:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:39:30.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:39:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:39:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:39:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:40:00.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:40:00.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:40:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:40:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:40:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:40:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:40:30.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:40:30.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:40:30.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:41:00.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:41:00.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:41:00.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:41:00.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:41:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:41:21.603Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:41:21.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-2cc1f54f-b34d-41f6-b119-50fb86d1e1fa sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:41:21.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:41:21.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:41:24.079Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:41:24.094Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:41:24.094Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:41:24.102Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:41:24.102Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:41:24.117Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:41:24.117Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:41:24.117Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:41:24.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:41:24.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:41:24.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:41:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=795, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:41:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:41:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:41:30.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:41:30.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:41:30.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:41:30.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:41:30.971Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:41:30.977Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:41:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with 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-21T02:41:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:41:31.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:41:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:41:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:41:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[2-aai-resources-230321-02:41:30:515-8858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:41:31.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:41:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:41:31.049Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:41:31.049Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:41:31.050Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:41:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:41:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:41:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:41:31.056Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:31.056Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:31.056Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366491055, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:41:31.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:41:31.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366491055, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:41:31.075Z||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-21T02:41:32.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:41:32.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:41:32.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:41:32.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:32.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:32.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:41:33.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:41:33.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:33.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:33.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:41:34.080Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:41:34.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:41:34.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:41:34.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:41:34.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:41:34.125Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:41:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:41:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:41:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:41:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:41:34.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:41:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:41:34.161Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f2dd1f 2023-03-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:41:34.162Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:34.163Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:34.163Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366494162, "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-21T02:41:35.164Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366495204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:41:36.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:41:36.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:41:36.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:41:36.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:41:36.206Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:41:36.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366496205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:41:37.207Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:41:37.237Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:41:37.241Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:41:37.242Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:41:37.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:42:07.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:42:07.269Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:42:07.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:42:07.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:42:07.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:42:07.289Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T02:42:07.290Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:42:07.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:42:07.425Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:42:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:42:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:42:06:812-20393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:42:07.428Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:42:07.428Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:42:07.428Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366527436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:42:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:42:08.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:42:08.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:08.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:08.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:08.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:09.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:09.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:09.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:09.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:10.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:10.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:10.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:10.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:11.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:11.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:11.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:11.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:12.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:12.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:12.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:12.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:13.475Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:13.475Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:13.475Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:13.476Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:14.476Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:14.477Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:14.477Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:14.477Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:16.479Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:42:16.480Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:42:16.480Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:42:16.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:42:16.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:42:16.530Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:42:16.531Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:42:16.531Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:42:16.531Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:16.532Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:42:16.532Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:16.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:42:16.858Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:16.859Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366536859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:17.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:42:17.861Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:42:17.861Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:17.862Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:17.863Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:17.863Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:17.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14025042429305985687/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:42:18.505Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:42:18.505Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:42:18.505Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:42:18.506Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:42:18.507Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:42:18.546Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:42:18.547Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:42:18.547Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:42:18.547Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:42:18.548Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:18.548Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:18.548Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366538547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:19.550Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:42:19.550Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:42:19.550Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:42:19.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:19.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:19.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366539550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:42:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366494162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366495204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366496205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366527436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366536859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366538547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366539550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:42:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:42:20.553Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:42:20.573Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:42:20.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:42:20.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:42:20.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:42:20.577Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:42:20.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:42:20.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:42:20.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:42:20.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:42:20.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:42:20.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:42:50.591Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:42:50.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:42:50.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:42:50.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:42:50.604Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:42:50.618Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T02:42:50.620Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:42:50.626Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:42:50.858Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:42:50.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:42:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[228], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-02:42:50:140-36246], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:42:50.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:42:50.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:42:50.860Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:50.869Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366570869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:42:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:42:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:42:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:51.900Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:52.900Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:54.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:55.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:55.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:55.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:55.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:56.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:56.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:56.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:56.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "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-21T02:42:57.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:42:57.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:57.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:57.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:42:58.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:42:58.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:42:58.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:42:58.914Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:42:58.914Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:42:58.956Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:42:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:42:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:42:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:42:58.958Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:42:58.958Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:42:58.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:42:58.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55fbd525 2023-03-21T02:42:58.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:42:58.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:42:58.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:42:58.983Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:42:58.983Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:42:58.983Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:42:58.984Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:42:58.984Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:42:58.984Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366578983, "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-21T02:42:59.985Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:43:00.026Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:00.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366580027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:01.028Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:43:01.028Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:43:01.028Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:43:01.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:01.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:01.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366581028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:02.030Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:43:02.055Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:43:02.058Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:43:02.058Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:43:02.058Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:43:02.058Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:43:02.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:02.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:02.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:02.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:02.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:43:02.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:43:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366570869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:43:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366578983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366580027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366581028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:43:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:43:32.069Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:43:32.077Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:43:32.078Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:43:32.079Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:43:32.084Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:43:32.099Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with 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-21T02:43:32.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:43:32.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:43:32.264Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:43:32.264Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:43:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-02:43:31:624-43207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:43:32.264Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:43:32.265Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:43:32.266Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:43:32.275Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:43:32.275Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:43:32.275Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:43:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366612275, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:43:33.302Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:43:33.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:43:33.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:33.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:33.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:33.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:34.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:34.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:34.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:34.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:35.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:35.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:35.306Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:35.306Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:36.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:36.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:36.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:36.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:37.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:37.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:37.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:37.309Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:38.309Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:38.310Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:38.310Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:38.310Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:39.311Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:39.311Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:39.311Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:39.311Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:40.312Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:43:40.312Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:40.312Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:40.313Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:41.313Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:43:41.314Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:43:41.314Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:43:41.314Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:43:41.314Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:43:41.360Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:43:41.361Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:43:41.361Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:43:41.361Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:41.361Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:43:41.361Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:41.649Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:43:41.652Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:43:41.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:43:41.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:41.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:43:41.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:41.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:41.654Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366621653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:42.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:43:42.656Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:43:42.656Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:42.658Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:42.659Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:42.659Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:42.732Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14946880792066457691/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:43:43.336Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.337Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:43:43.339Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:43:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:43.379Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366623379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:44.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:43:44.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T02:43:44.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:43:44.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:43:44.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:43:44.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366624380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:43:45.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:43:45.411Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:43:45.416Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:43:45.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:43:45.433Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:44:15.434Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:44:15.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:44:15.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T02:44:15.444Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T02:44:15.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:44:15.463Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T02:44:15.463Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3eb97db4-23d4-4f2c-bc49-74df3f57287e], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T02:44:15.470Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:44:15.613Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:44:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[209032], x-aai-txid=[1-aai-resources-230321-02:44:14:985-7753], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:44:15.613Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:44:15.614Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:44:15.614Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:44:15.614Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:44:15.629Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T02:44:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:44:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:44:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:15.630Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366655630, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:44:16.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:44:16.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:44:16.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:16.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:16.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:16.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:44:16.668Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:16.670Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-4cc81300-b4ec-4b69-b58c-2c038707b858 2023-03-21T02:44:16.670Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:16.670Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:44:18.756Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:44:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:20.540Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:44:20.540Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:44:20.546Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:44:20.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-4cc81300-b4ec-4b69-b58c-2c038707b858', protocol='range'} 2023-03-21T02:44:20.552Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-4cc81300-b4ec-4b69-b58c-2c038707b858=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-21T02:44:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-4cc81300-b4ec-4b69-b58c-2c038707b858', protocol='range'} 2023-03-21T02:44:20.566Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.568Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:44:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:44:20.569Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:44:20.571Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:44:20.572Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=824, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:44:20.574Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366612275, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:44:21.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.593Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.593Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366176663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:44:21.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366621653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366623379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366624380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366655630, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:44:21.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:44:21.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:21.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:21.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:21.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:22.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:22.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:22.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:22.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:23.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:23.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:23.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:23.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:24.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:24.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:24.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:24.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:25.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:25.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:25.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:25.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:26.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:26.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:26.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:26.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:27.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:44:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:27.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:28.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:44:28.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:44:28.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:44:28.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:44:28.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:44:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:44:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:44:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:44:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:44:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:44:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:44:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:44:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7fe5c667 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:44:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:44:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366668695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:29.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:44:29.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:44:29.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:44:29.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:44:29.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:44:29.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:44:29.729Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:44:29.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@366fc1ef 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:44:29.745Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:44:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:44:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:44:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:44:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366669745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:44:30.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:44:30.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:44:30.775Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:44:30.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:44:30.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:45:00.781Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:45:00.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:45:00.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:45:00.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:45:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:45:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:45:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:45:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:45:30.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:45:30.835Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:45:30.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:45:30.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:46:00.841Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:46:00.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:46:00.871Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:46:00.871Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:46:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:46:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:46:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:46:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:46:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366668695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366669745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:46:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:46:30.871Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:46:30.897Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:46:30.901Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:46:30.901Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:47:00.902Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:47:00.928Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:47:00.932Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:47:00.932Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:47:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:47:30.932Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:47:30.955Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:47:30.959Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:47:30.959Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:48:00.959Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:48:00.988Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:48:00.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:48:00.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:48:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:48:30.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:48:31.020Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:48:31.025Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:48:31.025Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:49:01.026Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:49:01.053Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:49:01.058Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:49:01.058Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:49:20.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:49:21.595Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:49:21.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-4cc81300-b4ec-4b69-b58c-2c038707b858 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:49:21.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:49:21.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:49:24.102Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:49:24.119Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:49:24.119Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:49:24.125Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:49:24.126Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:49:24.143Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:49:24.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:49:24.144Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:49:24.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:49:24.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:49:24.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:49:24.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=846, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:49:24.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:49:24.150Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:49:31.058Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:49:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:49:31.071Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:49:31.071Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:49:31.072Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:49:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:49:31.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:49:31.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4df70b6f-b216-47b1-a110-ce9fc1a76d92], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T02:49:31.102Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:49:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:49:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[0-aai-resources-230321-02:49:30:617-3473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:49:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:49:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:49:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:49:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:49:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:49:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:49:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:49:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:49:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:49:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366971149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:49:31.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:49:31.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679366971149, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:49:31.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:49:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:49:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:49:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:49:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:32.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:32.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:49:33.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:49:33.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:33.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:33.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:49:34.186Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:49:34.186Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:49:34.186Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:49:34.186Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:49:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:49:34.229Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:49:34.229Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:49:34.230Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:49:34.231Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:49:34.231Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:49:34.231Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:49:34.265Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:49:34.265Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4781e866 2023-03-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:49:34.266Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:49:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:34.267Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366974266, "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-21T02:49:35.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:49:35.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:49:35.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:49:35.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:49:35.316Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:49:35.316Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:35.316Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:35.316Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366975315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:49:36.317Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:49:36.317Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:49:36.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:49:36.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:49:36.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:49:36.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366976317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:49:37.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:49:37.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:49:37.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:49:37.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:49:37.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:49:37.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:49:37.349Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:49:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:49:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:49:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:49:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:49:37.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:50:07.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:50:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:50:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:50:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:50:07.389Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:50:07.408Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with 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-21T02:50:07.409Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:50:07.417Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:50:07.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:50:07.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:50:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:50:06:932-12283], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:50:07.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:50:07.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:50:07.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:07.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367007568, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:50:08.602Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:50:08.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:50:08.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:08.604Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:08.604Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:08.604Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:09.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:09.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:09.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:09.605Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:10.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:10.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:10.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:10.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:11.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:11.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:11.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:11.608Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:12.609Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:12.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:12.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:12.610Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:13.611Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:13.612Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:13.612Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:13.612Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:14.613Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:14.614Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:14.614Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:14.614Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:15.615Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:15.616Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:15.616Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:15.616Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:16.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:50:16.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:50:16.617Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:50:16.617Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:50:16.618Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:50:16.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:50:16.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:50:16.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:50:16.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:16.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:50:16.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:16.966Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:50:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:50:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:50:16.968Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:16.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:50:16.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:16.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:16.969Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367016968, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:17.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:50:17.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:50:17.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:17.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14447673306592558479/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:50:18.668Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:50:18.668Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:50:18.668Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:50:18.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:18.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367018713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:19.714Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:50:19.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:50:19.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:50:19.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:19.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:19.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367019714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366974266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366975315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679366976317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367007568, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367016968, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367018713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367019714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:50:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:50:20.716Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:50:20.738Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:50:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:50:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:50:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:50:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:50:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:50:20.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:50:20.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:50:20.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:50:20.744Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:50:20.757Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:50:50.757Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:50:50.773Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:50:50.773Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:50:50.774Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:50:50.781Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:50:50.795Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T02:50:50.795Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:50:50.804Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:50:51.045Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:50:51.047Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:50:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[236], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-02:50:50:319-29298], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:50:51.047Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:50:51.047Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:50:51.047Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:50:51.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:50:51.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:50:51.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:50:51.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:51.058Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:51.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367051058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:50:52.089Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:50:52.090Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:50:52.090Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:52.090Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:52.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:52.091Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:53.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:53.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:53.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:53.092Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:54.094Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:54.094Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:54.095Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:54.095Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:55.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:55.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:55.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:55.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:56.099Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:56.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:56.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:56.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:57.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:57.102Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:57.102Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:57.102Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "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-21T02:50:58.103Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:50:58.103Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:58.103Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:58.103Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:50:59.105Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:50:59.105Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:50:59.105Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:50:59.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:50:59.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:50:59.161Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:50:59.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:50:59.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:50:59.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:50:59.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:50:59.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:50:59.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:50:59.188Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26cbfc38 2023-03-21T02:50:59.188Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:50:59.189Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367059189, "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-21T02:51:00.191Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:51:00.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:51:00.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:51:00.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:51:00.239Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:51:00.239Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:00.239Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:00.239Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367060238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:01.240Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:51:01.240Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:51:01.241Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:51:01.241Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:01.241Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:01.241Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367061240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:02.242Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:51:02.265Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:51:02.269Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:02.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:51:02.279Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:51:20.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367051058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367059189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367060238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367061240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:51:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:51:32.280Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:51:32.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:51:32.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:51:32.293Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:51:32.299Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:51:32.312Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with 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-21T02:51:32.316Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:51:32.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:51:32.461Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:51:32.461Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:51:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-02:51:31:840-88112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:51:32.462Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:51:32.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:51:32.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:32.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367092472, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:51:33.500Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:51:33.501Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:51:33.501Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:33.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:33.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:33.502Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:34.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:34.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:34.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:34.503Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:35.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:35.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:35.504Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:35.505Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:36.505Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:36.506Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:36.506Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:36.506Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:37.506Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:37.507Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:37.507Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:37.507Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:38.508Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:38.508Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:38.508Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:38.508Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:39.509Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:39.509Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:39.509Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:39.510Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:40.511Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:51:40.511Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:40.511Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:40.511Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:41.512Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:51:41.512Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:51:41.512Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:51:41.513Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:51:41.513Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:51:41.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:51:41.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:51:41.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:51:41.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:41.560Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:51:41.560Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:41.851Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:51:41.853Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:41.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367101854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:42.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:51:42.856Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:51:42.856Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:42.856Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:42.857Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:42.857Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:42.930Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3700010632779463878/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:51:43.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.491Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:51:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:51:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:51:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T02:51:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:51:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T02:51:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:51:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:43.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:43.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367103543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:44.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:51:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T02:51:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:51:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:51:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:51:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367104544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:51:45.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:51:45.573Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:45.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:45.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:45.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:51:45.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:51:45.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:52:15.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:52:15.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T02:52:15.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T02:52:15.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T02:52:15.611Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:52:15.624Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T02:52:15.624Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fec83140-9bfb-4c40-8c2d-c602d444a840], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T02:52:15.633Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:52:15.783Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:52:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-02:52:15:149-14654], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:52:15.784Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:52:15.784Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:52:15.784Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:52:15.784Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367135792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:52:16.821Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T02:52:16.821Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T02:52:16.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:16.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:16.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:16.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:52:16.828Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-f80ca1d0-b3ef-4a7a-b0ca-2365736a2009 2023-03-21T02:52:16.828Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:16.829Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:16.829Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T02:52:18.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:52:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:20.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:52:20.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:52:20.544Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:52:20.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-f80ca1d0-b3ef-4a7a-b0ca-2365736a2009', protocol='range'} 2023-03-21T02:52:20.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-f80ca1d0-b3ef-4a7a-b0ca-2365736a2009=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-21T02:52:20.562Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:52:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:52:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:52:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-f80ca1d0-b3ef-4a7a-b0ca-2365736a2009', protocol='range'} 2023-03-21T02:52:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.567Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:52:20.567Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:52:20.567Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:52:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=875, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:52:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:52:20.568Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:52:20.568Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.568Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.568Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:52:20.568Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:52:21.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367092472, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679366656662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367101854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367103543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367104544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367135792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:52:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:52:21.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:52:21.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:52:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:21.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:22.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:22.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:22.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:22.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:23.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:23.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:23.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:23.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:24.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:24.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:24.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:24.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:25.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:25.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:25.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:25.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:26.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:26.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:26.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:26.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:27.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:52:27.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:27.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:27.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:28.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T02:52:28.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:52:28.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T02:52:28.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:52:28.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:52:28.651Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:52:28.652Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:52:28.652Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:52:28.652Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:52:28.652Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:52:28.652Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T02:52:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:52:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e7f2248 2023-03-21T02:52:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:52:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:52:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:28.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367148681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:29.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message 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-21T02:52:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:52:29.704Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:52:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T02:52:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T02:52:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:52:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:52:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T02:52:29.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d141064 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:52:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:52:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367149723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:52:30.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message 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-21T02:52:30.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:52:30.750Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:52:30.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:52:30.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:53:00.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:53:00.777Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:53:00.782Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:53:00.782Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:53:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:53:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:53:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:53:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:53:30.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:53:30.811Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:53:30.816Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:53:30.816Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:54:00.817Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:54:00.842Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:54:00.847Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:54:00.847Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:54:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:54:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:54:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T02:54:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:54:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:54:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367148681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367149723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:54:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:54:30.847Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:54:30.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:54:30.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:54:30.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:55:00.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:55:00.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:55:00.911Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:55:00.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:55:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:55:30.912Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:55:30.938Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:55:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:55:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:56:00.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:56:00.969Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:56:00.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:56:00.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:56:20.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:56:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:56:30.996Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:56:31.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:56:31.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:57:01.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:57:01.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:57:01.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T02:57:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T02:57:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:57:21.681Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T02:57:21.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-f80ca1d0-b3ef-4a7a-b0ca-2365736a2009 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T02:57:21.682Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T02:57:21.682Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T02:57:24.089Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T02:57:24.104Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:57:24.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T02:57:24.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:57:24.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T02:57:24.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T02:57:24.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:57:24.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-21T02:57:24.136Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:57:24.136Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:57:24.136Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:57:24.137Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=897, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T02:57:24.137Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T02:57:24.137Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T02:57:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T02:57:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:57:31.045Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T02:57:31.045Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T02:57:31.046Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T02:57:31.052Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:57:31.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T02:57:31.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3428cf66-6e69-466c-a87e-d23c3bd10443], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T02:57:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T02:57:31.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 02:57:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[40], x-aai-txid=[2-aai-resources-230321-02:57:30:592-59135], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:57:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T02:57:31.120Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T02:57:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:57:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:57:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:57:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T02:57:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T02:57:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T02:57:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T02:57:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367451134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:57:31.152Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:57:31.152Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367451134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T02:57:31.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:57:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:57:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:57:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:57:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:32.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:32.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:57:33.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:57:33.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:33.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:33.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:57:34.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T02:57:34.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:57:34.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T02:57:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T02:57:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:57:34.214Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:57:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:57:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:57:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:57:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:57:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T02:57:34.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75d8ca38 2023-03-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:57:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:57:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367454252, "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-21T02:57:35.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T02:57:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T02:57:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:57:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T02:57:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:57:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367455298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:57:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367456301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:57:37.303Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:57:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:57:37.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:57:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:58:07.347Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:58:07.360Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T02:58:07.360Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T02:58:07.361Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T02:58:07.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:58:07.381Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T02:58:07.381Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[655e7a8f-826b-4968-a5a7-84a8a980a298], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T02:58:07.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:58:07.509Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:58:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-02:58:06:903-20183], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:58:07.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:58:07.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T02:58:07.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:58:07.512Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:58:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T02:58:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:58:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:58:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367487520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:58:08.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:58:08.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:58:08.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:08.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:08.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:08.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:09.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:09.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:09.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:09.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:10.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:10.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:10.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:10.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:11.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:11.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:11.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:11.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:12.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:12.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:12.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:12.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:13.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:13.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:13.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:13.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:14.560Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:14.561Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:14.561Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:14.561Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:15.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:15.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:15.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:15.562Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:16.563Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T02:58:16.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:58:16.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T02:58:16.564Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:58:16.564Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:58:16.610Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:58:16.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:58:16.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:58:16.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:16.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:58:16.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:16.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:58:16.922Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T02:58:16.922Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:58:16.922Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:16.922Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:58:16.923Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:16.923Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:16.923Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367496922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:17.924Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:58:17.925Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:58:17.925Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:17.925Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:17.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:17.926Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6197411022774744730/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T02:58:18.559Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:58:18.559Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:58:18.559Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.559Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.560Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.561Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:58:18.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:58:18.562Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T02:58:18.610Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T02:58:18.610Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:58:18.610Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T02:58:18.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:58:18.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:18.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:18.611Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367498610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:19.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T02:58:19.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T02:58:19.612Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:58:19.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:19.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:19.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367499612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:20.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.532Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367454252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367455298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T02:58:20.533Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367456301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367487520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.534Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.535Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367496922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.536Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367498610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T02:58:20.537Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.537Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T02:58:20.537Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367499612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T02:58:20.537Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:58:20.613Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:58:20.639Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:58:20.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:58:20.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:58:20.644Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:58:20.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:58:20.662Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:58:50.662Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:58:50.677Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T02:58:50.677Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T02:58:50.678Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T02:58:50.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:58:50.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with 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-21T02:58:50.703Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T02:58:50.710Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:58:50.852Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T02:58:50.853Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:58:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-02:58:50:226-82253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:58:50.853Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:58:50.855Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:58:50.855Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:58:50.865Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T02:58:50.865Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:58:50.866Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:58:50.866Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:50.866Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:50.866Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367530865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:58:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:58:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:58:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:52.900Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:54.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:54.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:54.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:54.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:55.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:55.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:55.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:55.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:56.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:56.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:56.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:56.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "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-21T02:58:57.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:58:57.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:57.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:57.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:58:58.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T02:58:58.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:58:58.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T02:58:58.909Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T02:58:58.909Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:58:58.964Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:58:58.964Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:58:58.964Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:58:58.965Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:58:58.965Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:58:58.965Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T02:58:58.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T02:58:58.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a4d9d55 2023-03-21T02:58:58.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T02:58:58.987Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T02:58:58.988Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T02:58:58.988Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:58:58.988Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:58:58.988Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T02:58:58.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:58:58.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:58:58.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367538988, "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-21T02:58:59.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T02:59:00.033Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T02:59:00.033Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:59:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T02:59:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:59:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367540033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:01.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T02:59:01.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T02:59:01.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:59:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367541035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:02.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:59:02.061Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:02.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:59:02.077Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T02:59:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367530865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T02:59:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:59:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T02:59:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367538988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367540033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T02:59:20.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:20.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T02:59:20.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367541035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T02:59:20.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T02:59:32.078Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T02:59:32.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T02:59:32.087Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T02:59:32.087Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T02:59:32.094Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T02:59:32.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with 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-21T02:59:32.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T02:59:32.117Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T02:59:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T02:59:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 02:59:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-02:59:31:633-68221], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T02:59:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T02:59:32.277Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T02:59:32.277Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367572287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:33.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:34.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:34.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:34.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:34.322Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:35.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:35.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:35.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:35.324Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:36.324Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:36.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:36.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:36.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:37.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:37.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:37.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:37.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:38.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:38.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:38.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:38.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:39.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:39.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:39.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:39.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:40.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T02:59:40.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:40.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:40.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:41.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T02:59:41.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T02:59:41.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T02:59:41.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T02:59:41.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T02:59:41.385Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:59:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:59:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:59:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T02:59:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:41.680Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T02:59:41.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T02:59:41.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:59:41.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:41.683Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T02:59:41.683Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:41.683Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:41.683Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367581682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:42.684Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T02:59:42.685Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T02:59:42.685Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:42.685Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:42.686Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:42.687Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:42.771Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14820067400395423583/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T02:59:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T02:59:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:59:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T02:59:43.338Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T02:59:43.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T02:59:43.354Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T02:59:43.402Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:43.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367583402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:44.404Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T02:59:44.405Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T02:59:44.405Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T02:59:44.405Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T02:59:44.406Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T02:59:44.406Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367584404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T02:59:45.407Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:59:45.434Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T02:59:45.440Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T02:59:45.440Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T02:59:45.440Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T02:59:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T02:59:45.454Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:00:15.454Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:00:15.466Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:00:15.466Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:00:15.467Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:00:15.471Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:00:15.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:00:15.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88e1897d-6632-4008-9ac2-472c2dd3db49], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T03:00:15.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:00:15.646Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:00:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-03:00:15:009-16003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:00:15.647Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:00:15.647Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:00:15.648Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:00:15.648Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367615657, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:00:16.690Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:00:16.691Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:00:16.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:00:16.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:00:16.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:00:16.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:00:16.697Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:16.698Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-db218704-1995-4bbb-a69a-d2c06e35433a 2023-03-21T03:00:16.699Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:00:16.699Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:00:18.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:00:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:20.540Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:00:20.541Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:00:20.547Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:00:20.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-db218704-1995-4bbb-a69a-d2c06e35433a', protocol='range'} 2023-03-21T03:00:20.552Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-db218704-1995-4bbb-a69a-d2c06e35433a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T03:00:20.570Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-db218704-1995-4bbb-a69a-d2c06e35433a', protocol='range'} 2023-03-21T03:00:20.571Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:00:20.571Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:00:20.571Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:00:20.571Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:00:20.572Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:00:20.577Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:20.577Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:00:20.577Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:20.577Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:00:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:20.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:00:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:00:20.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:00:20.579Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=926, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:00:20.579Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:00:20.579Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:00:21.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367572287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:00:21.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.096Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:00:21.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367136821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367581682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:00:21.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.100Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367583402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:00:21.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.100Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367584404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:00:21.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.101Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367615657, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:00:21.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:00:21.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:00:21.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:00:21.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:21.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:21.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:21.600Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:22.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:22.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:22.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:22.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:23.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:23.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:23.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:23.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:24.604Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:24.605Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:25.606Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:26.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:26.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:27.609Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:00:27.610Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:27.610Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:27.610Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:28.612Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:00:28.613Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:00:28.613Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:00:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:00:28.614Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:00:28.660Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:00:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:00:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:00:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:00:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:00:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:00:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:00:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@449c2b19 2023-03-21T03:00:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:00:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:00:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:00:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:00:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:00:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:00:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367628689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:29.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:00:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:00:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:00:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:00:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:00:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:00:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:00:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e18854 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:00:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:00:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:00:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:00:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:00:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:00:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367629735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:00:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:00:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:00:30.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:00:30.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:00:30.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:01:00.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:01:00.795Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:01:00.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:01:00.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:01:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:01:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:01:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367628689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367629735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:01:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:01:30.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:01:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:01:30.827Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:01:30.827Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:02:00.827Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:02:00.854Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:02:00.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:02:00.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:02:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:02:30.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:02:30.888Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:02:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:02:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:03:00.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:03:00.921Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:03:00.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:03:00.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:03:20.526Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:03:30.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:03:30.949Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:03:30.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:03:30.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:04:00.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:04:00.981Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:04:00.986Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:04:00.986Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:04:20.527Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:04:30.986Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:04:31.009Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:04:31.014Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:04:31.014Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:05:01.014Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:05:01.037Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:05:01.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:05:01.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:05:20.528Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:05:21.610Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:05:21.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-db218704-1995-4bbb-a69a-d2c06e35433a sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:05:21.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:05:21.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:05:23.951Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:05:23.968Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:05:23.968Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:05:23.975Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:05:23.976Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:05:23.995Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:05:23.995Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:05:23.996Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=948, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:05:24.001Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:05:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:05:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:05:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:05:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:05:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:05:31.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:05:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:05:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:05:31.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:05:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:05:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:05:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[39], x-aai-txid=[1-aai-resources-230321-03:05:30:600-22167], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:05:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:05:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:05:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:05:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:05:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:31.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367931141, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:05:31.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:05:31.160Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679367931141, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:05:31.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:05:32.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:05:32.171Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:05:32.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:05:32.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:32.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:32.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:05:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:05:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:05:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:05:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:05:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:05:34.175Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:05:34.175Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:05:34.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:05:34.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:05:34.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:05:34.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:05:34.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:05:34.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:05:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:05:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d6e632 2023-03-21T03:05:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:05:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:05:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:05:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:05:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:05:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:05:34.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:34.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:34.256Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367934255, "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-21T03:05:35.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:05:35.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:05:35.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:05:35.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:05:35.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:05:35.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:35.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:35.294Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367935293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:05:36.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:05:36.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:05:36.295Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:05:36.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:05:36.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:05:36.296Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367936295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:05:37.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:05:37.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:05:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:05:37.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:06:07.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:06:07.340Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:06:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:06:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:06:07.348Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:06:07.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:06:07.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b64b1a7-e5d4-485d-936e-add32d821f83], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T03:06:07.373Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:06:07.489Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:06:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-03:06:06:888-68190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:06:07.489Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:06:07.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:06:07.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:06:07.490Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:07.501Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367967501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:06:08.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:06:08.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:06:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:09.534Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:09.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:09.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:09.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:10.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:10.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:10.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:10.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:11.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:11.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:12.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:12.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:12.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:12.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:13.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:13.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:13.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:13.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:14.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:14.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:14.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:14.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:15.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:16.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:06:16.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:06:16.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:06:16.547Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:06:16.548Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:06:16.591Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:06:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:06:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:06:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:06:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:16.939Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:06:16.942Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:06:16.942Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:06:16.942Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:16.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:06:16.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:16.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:16.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367976942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:17.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:06:17.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:06:17.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:17.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:17.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:17.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6235902010176522059/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:06:18.583Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:06:18.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:06:18.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:18.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367978631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:19.633Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:06:19.633Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:06:19.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:06:19.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:19.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:19.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367979633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367934255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367935293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367936295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679367967501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367976942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367978631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679367979633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:06:20.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:06:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:06:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:06:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:06:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:06:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:06:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:06:20.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:06:20.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:06:20.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:06:20.661Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:06:20.674Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:06:50.675Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:06:50.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:06:50.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:06:50.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:06:50.694Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:06:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:06:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:06:50.718Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:06:51.012Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:06:51.012Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:06:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[289], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-03:06:50:234-61951], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:06:51.012Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:06:51.014Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:06:51.014Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:06:51.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:06:51.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:06:51.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:06:51.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:51.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:51.023Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368011022, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:06:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:06:52.056Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:06:52.057Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:52.057Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:52.057Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:52.057Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:53.059Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:54.061Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:55.063Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:56.064Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:56.065Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:56.065Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:56.065Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:57.067Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:57.067Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:57.067Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:57.067Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "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-21T03:06:58.068Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:06:58.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:58.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:58.069Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:06:59.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:06:59.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:06:59.070Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:06:59.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:06:59.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:06:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:06:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:06:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:06:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:06:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:06:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59d69d30 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:06:59.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:06:59.139Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:06:59.139Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:06:59.139Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368019138, "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-21T03:07:00.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:07:00.191Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:00.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368020192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:01.193Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:07:01.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:07:01.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:07:01.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:01.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:01.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368021193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:02.195Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:07:02.222Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:07:02.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:07:02.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:07:02.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:07:02.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:07:02.227Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:02.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:02.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:02.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:02.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:07:02.242Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:07:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368011022, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368019138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368020192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368021193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:07:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:07:32.242Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:07:32.251Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:07:32.251Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:07:32.252Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:07:32.258Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:07:32.272Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:07:32.273Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:07:32.280Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:07:32.417Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:07:32.418Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:07:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-03:07:31:801-74633], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:07:32.419Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:07:32.419Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:07:32.419Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:32.431Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368052431, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:07:33.464Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:07:33.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:07:33.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:33.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:33.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:33.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:34.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:34.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:34.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:34.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:35.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:35.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:35.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:35.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:36.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:36.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:36.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:36.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:37.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:37.470Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:37.470Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:37.470Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:38.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:38.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:38.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:38.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:39.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:39.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:39.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:39.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:40.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:07:40.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:40.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:40.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:41.475Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:07:41.475Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:07:41.475Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:07:41.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:07:41.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:07:41.525Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:07:41.526Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:07:41.526Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:07:41.526Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:41.526Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:07:41.526Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:41.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:07:41.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:07:41.875Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:07:41.875Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:41.875Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:07:41.875Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:41.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:41.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368061875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:42.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:07:42.877Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:07:42.877Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:42.878Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:42.878Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:42.878Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:42.959Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15802871547133054213/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:07:43.527Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.528Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.529Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.530Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:07:43.530Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:07:43.530Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:43.578Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368063578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:44.579Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:07:44.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:07:44.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:07:44.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:07:44.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:07:44.581Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368064579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:07:45.581Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:07:45.612Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:07:45.617Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:07:45.617Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:07:45.617Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:07:45.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:07:45.634Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:08:15.635Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:08:15.644Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:08:15.644Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:08:15.645Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:08:15.652Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:08:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:08:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b2ba327-6408-4ee3-a433-24ac492d42c8], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T03:08:15.673Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:08:15.817Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:08:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[209032], x-aai-txid=[1-aai-resources-230321-03:08:15:190-64031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:08:15.817Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:08:15.818Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:08:15.818Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:08:15.818Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:08:15.826Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:08:15.827Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:08:15.827Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:08:15.827Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:15.827Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:15.827Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368095827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:08:16.854Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:08:16.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:08:16.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:08:16.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:08:16.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:08:16.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:08:16.861Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-eaf5b29c-a193-4145-b3ec-2ae713c1314d 2023-03-21T03:08:16.862Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:16.862Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:08:16.862Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:08:18.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:08:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:20.538Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:08:20.538Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:08:20.542Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-eaf5b29c-a193-4145-b3ec-2ae713c1314d', protocol='range'} 2023-03-21T03:08:20.542Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:08:20.547Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-eaf5b29c-a193-4145-b3ec-2ae713c1314d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T03:08:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-eaf5b29c-a193-4145-b3ec-2ae713c1314d', protocol='range'} 2023-03-21T03:08:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:08:20.562Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:08:20.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:08:20.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:08:20.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=977, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:08:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:08:21.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368052431, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679367616690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368061875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368063578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:08:21.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368064579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:08:21.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:08:21.587Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368095827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:08:21.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:08:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:22.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:22.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:22.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:22.589Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:23.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:23.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:23.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:23.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:24.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:24.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:24.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:24.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:25.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:25.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:25.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:25.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:26.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:26.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:26.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:26.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:27.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:08:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:27.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:28.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:08:28.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:08:28.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:08:28.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:08:28.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:08:28.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:08:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:08:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:08:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:08:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:08:28.650Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:08:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:08:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30f5931e 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368108680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:29.682Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:08:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:08:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:08:29.707Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:08:29.707Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:08:29.707Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:08:29.707Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:08:29.708Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:08:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:08:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49ab2f3b 2023-03-21T03:08:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:08:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:08:29.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:08:29.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368109724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:08:30.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:08:30.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:08:30.751Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:08:30.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:08:30.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:09:00.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:09:00.778Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:09:00.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:09:00.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:09:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:09:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:09:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:09:20.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:09:30.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:09:30.812Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:09:30.817Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:09:30.817Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:10:00.818Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:10:00.845Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:10:00.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:10:00.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:10:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:10:20.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:10:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:10:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368108680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:10:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:10:20.530Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368109724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:10:20.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:10:30.850Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:10:30.877Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:10:30.882Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:10:30.882Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:11:00.882Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:11:00.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:11:00.915Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:11:00.915Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:11:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:11:30.915Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:11:30.944Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:11:30.950Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:11:30.950Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:12:00.950Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:12:00.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:12:00.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:12:00.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:12:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:12:30.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:12:31.019Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:12:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:12:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:13:01.024Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:13:01.051Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:13:01.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:13:01.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:13:20.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:13:21.605Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:13:21.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-eaf5b29c-a193-4145-b3ec-2ae713c1314d sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:13:21.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:13:21.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:13:24.096Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:13:24.111Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:13:24.112Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:13:24.118Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:13:24.118Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:13:24.133Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:13:24.133Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:13:24.134Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:13:24.139Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:13:24.139Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:13:24.139Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:13:24.140Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=999, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:13:24.140Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:13:24.140Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:13:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:13:31.056Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:13:31.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:13:31.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:13:31.063Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:13:31.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:13:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:13:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51e60f13-fdc8-47fe-a11c-f1fe76888cf2], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T03:13:31.085Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:13:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:13:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[1-aai-resources-230321-03:13:30:602-58823], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:13:31.124Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:13:31.124Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:13:31.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:13:31.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:13:31.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:13:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:13:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:13:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:13:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:13:31.136Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:31.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:31.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368411136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:13:31.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:13:31.156Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368411136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:13:31.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:13:32.162Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:13:32.162Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:13:32.162Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:13:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:13:33.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:13:33.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:33.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:33.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:13:34.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:13:34.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:13:34.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:13:34.165Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:13:34.165Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:13:34.214Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:13:34.214Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:13:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:13:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:13:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:13:34.215Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:13:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:13:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6db4cb36 2023-03-21T03:13:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:13:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:13:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:13:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:13:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:13:34.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:13:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:34.255Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368414254, "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-21T03:13:35.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:13:35.300Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:13:35.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:13:35.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:13:35.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:13:35.302Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:35.302Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:35.302Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368415301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:13:36.303Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:13:36.303Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:13:36.303Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:13:36.304Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:13:36.304Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:13:36.304Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368416303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:13:37.305Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:13:37.331Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:13:37.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:13:37.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:13:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:14:07.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:14:07.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:14:07.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:14:07.366Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:14:07.372Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:14:07.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:14:07.386Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:14:07.394Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:14:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:14:07.521Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:14:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-03:14:06:912-80775], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:14:07.521Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:14:07.522Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:14:07.522Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:14:07.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:14:07.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:14:07.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:14:07.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:07.534Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:07.534Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368447533, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:14:08.566Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:14:08.567Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:14:08.567Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:08.567Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:08.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:08.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:09.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:09.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:09.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:09.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:10.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:10.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:11.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:11.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:12.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:12.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:12.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:12.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:13.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:13.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:13.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:13.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:14.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:14.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:14.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:14.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:15.579Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:15.579Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:15.579Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:15.580Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:16.580Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:14:16.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:14:16.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:14:16.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:14:16.582Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:14:16.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:14:16.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:14:16.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:14:16.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:16.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:14:16.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:14:16.948Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:14:16.948Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:14:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:14:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:16.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368456948, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:17.950Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:14:17.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:14:17.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:17.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:17.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:17.952Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.029Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2656544481934439671/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:14:18.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.579Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.580Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.580Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:14:18.580Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:14:18.580Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:14:18.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:14:18.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:14:18.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:14:18.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:14:18.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:18.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:18.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368458623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:19.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368459627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368414254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368415301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368416303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368447533, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368456948, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368458623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:14:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368459627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:14:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:14:20.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:14:20.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:14:20.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:14:20.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:14:20.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:14:20.674Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:14:50.675Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:14:50.686Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:14:50.686Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:14:50.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:14:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:14:50.706Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:14:50.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:14:50.714Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:14:50.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:14:50.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:14:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-03:14:50:232-87976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:14:50.936Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:14:50.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:14:50.937Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:14:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:14:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:14:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:14:50.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:50.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:50.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368490944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:14:51.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:14:51.970Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:14:51.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:51.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:51.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:51.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:52.972Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:52.972Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:52.972Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:52.973Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:53.973Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:53.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:53.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:53.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:54.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:54.975Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:54.975Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:54.975Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:55.975Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:55.976Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:55.976Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:55.976Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:56.976Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:56.977Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:56.977Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:56.977Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "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-21T03:14:57.977Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:14:57.978Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:57.978Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:57.978Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:14:58.979Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:14:58.979Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:14:58.979Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:14:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:14:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:14:59.038Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:14:59.038Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:14:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:14:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:14:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:14:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:14:59.060Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:14:59.060Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@194e041c 2023-03-21T03:14:59.061Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:14:59.061Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:14:59.061Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:14:59.062Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:14:59.062Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:14:59.062Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:14:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:14:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:14:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368499062, "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-21T03:15:00.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:15:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:15:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:15:00.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:15:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:15:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368500111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:15:01.113Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:15:01.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:15:01.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:01.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:01.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368501113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:02.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:15:02.143Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:15:02.148Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:15:02.148Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:15:02.149Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:15:02.149Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:15:02.149Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:02.149Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:02.149Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:02.150Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:02.150Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:15:02.163Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:15:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368490944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368499062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368500111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:15:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:15:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368501113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:15:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:15:32.163Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:15:32.178Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:15:32.179Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:15:32.179Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:15:32.185Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:15:32.207Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:15:32.208Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d70e2092-26b5-48a6-b36a-063ed9afc5fd], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T03:15:32.217Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:15:32.348Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:15:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-03:15:31:735-86666], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:15:32.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:15:32.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:15:32.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:15:32.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:15:32.359Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:15:32.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:15:32.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:15:32.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:32.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:32.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368532360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:15:33.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:15:33.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:15:33.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:33.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:33.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:33.387Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:34.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:34.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:34.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:34.388Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:35.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:35.389Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:35.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:35.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:36.390Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:36.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:36.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:36.391Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:37.392Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:37.393Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:38.394Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:38.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:38.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:38.395Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:39.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:39.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:39.397Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:39.398Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:40.399Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:15:40.400Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:40.400Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:40.400Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:41.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:15:41.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:15:41.401Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:15:41.401Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:15:41.401Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:15:41.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:15:41.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:15:41.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:15:41.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:41.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:15:41.444Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:41.746Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:15:41.749Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:15:41.749Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:15:41.750Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:41.750Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:15:41.750Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:41.750Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:41.750Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368541749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:42.752Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:15:42.753Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:15:42.753Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:42.755Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:42.755Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:42.756Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:42.829Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3349645582993608037/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:15:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:15:43.422Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:15:43.422Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:15:43.422Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:15:43.423Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:15:43.423Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:43.423Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:43.423Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368543422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:44.424Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:15:44.424Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:15:44.425Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:15:44.425Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:15:44.425Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:15:44.425Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368544424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:15:45.426Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:15:45.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:15:45.457Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:15:45.470Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:16:15.470Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:16:15.483Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:16:15.483Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:16:15.484Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:16:15.490Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:16:15.506Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:16:15.507Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:16:15.514Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:16:15.656Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:16:15.656Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:16:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-03:16:15:032-38076], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:16:15.656Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:16:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:16:15.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:16:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:16:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:16:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:16:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:15.667Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368575666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:16:16.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:16:16.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:16:16.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:16:16.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:16:16.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:16:16.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:16:16.706Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:16.707Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-3bb7dca3-6bcd-4845-8131-9d18ad5b7877 2023-03-21T03:16:16.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:16:16.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:16:18.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:16:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:20.537Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:16:20.537Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:16:20.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:16:20.542Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-3bb7dca3-6bcd-4845-8131-9d18ad5b7877', protocol='range'} 2023-03-21T03:16:20.546Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-3bb7dca3-6bcd-4845-8131-9d18ad5b7877=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T03:16:20.558Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:16:20.558Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-3bb7dca3-6bcd-4845-8131-9d18ad5b7877', protocol='range'} 2023-03-21T03:16:20.558Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:16:20.558Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:16:20.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:16:20.559Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:16:20.562Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1028, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:16:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:20.563Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:20.564Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:20.564Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:16:20.564Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:16:21.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.583Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368532360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368096854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368541749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368543422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368544424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:16:21.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.587Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.588Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:16:21.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:21.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368542207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "ves-openapi-manager", "timestamp": 1679368542487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368547098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "multicloud-k8s", "timestamp": 1679368543186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368546273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368557077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "cds-sdc-listener", "timestamp": 1679368556855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368558957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368559961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "policy-distribution-id", "timestamp": 1679368560963, "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-21T03:16:21.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4acc7832-69ca-466b-a78c-36f19e9d2af0 2023-03-21T03:16:21.633Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4acc7832-69ca-466b-a78c-36f19e9d2af0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:16:21.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368562103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.650Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "aai-model-loader", "timestamp": 1679368563106, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:16:21.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4acc7832-69ca-466b-a78c-36f19e9d2af0 2023-03-21T03:16:21.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4acc7832-69ca-466b-a78c-36f19e9d2af0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:16:21.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368557495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368566324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368568021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:16:21.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:21.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.679Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679368569024, "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-21T03:16:21.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4acc7832-69ca-466b-a78c-36f19e9d2af0 2023-03-21T03:16:21.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4acc7832-69ca-466b-a78c-36f19e9d2af0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:16:21.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:16:21.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368575666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:16:21.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:16:22.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:22.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:22.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:22.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:23.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:23.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:23.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:23.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:24.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:24.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:24.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:24.595Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:25.596Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:25.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:25.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:25.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:26.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:26.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:26.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:26.599Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:27.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:16:27.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:27.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:27.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:28.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:16:28.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:16:28.603Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:16:28.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:16:28.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:16:28.644Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:16:28.645Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:16:28.645Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:16:28.645Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:16:28.645Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:16:28.645Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42413493 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:28.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368588674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:29.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:16:29.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:16:29.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:16:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:16:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:16:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:16:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:16:29.700Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:16:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:16:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e926d70 2023-03-21T03:16:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:16:29.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:16:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368589714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:16:30.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:16:30.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:16:30.742Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:16:30.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:16:30.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:17:00.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:17:00.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:17:00.773Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:17:00.774Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:17:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:17:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:17:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:17:20.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:17:30.774Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:17:30.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:17:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:17:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:18:00.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:18:00.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:18:00.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:18:00.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:18:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:18:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368588674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:18:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368589714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:18:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:18:30.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:18:30.864Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:18:30.868Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:18:30.868Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:19:00.868Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:19:00.896Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:19:00.900Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:19:00.900Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:19:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:19:30.900Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:19:30.927Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:19:30.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:19:30.932Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:20:00.932Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:20:00.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:20:00.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:20:00.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:20:20.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:20:30.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:20:30.990Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:20:30.995Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:20:30.995Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:21:00.995Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:21:01.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:21:01.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:21:01.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:21:20.527Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:21:21.674Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:21:21.674Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-3bb7dca3-6bcd-4845-8131-9d18ad5b7877 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:21:21.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:21:21.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:21:24.088Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:21:24.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:21:24.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:21:24.108Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:21:24.109Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:21:24.128Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:21:24.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:21:24.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1108, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:21:24.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:21:31.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:21:31.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:21:31.043Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:21:31.043Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:21:31.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:21:31.052Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:21:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:21:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceb10d44-08c4-41c7-9e91-78272d671817], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T03:21:31.085Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:21:31.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:21:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[0-aai-resources-230321-03:21:30:606-25957], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:21:31.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:21:31.122Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:21:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:21:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:21:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:21:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:21:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:21:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:21:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:21:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368891133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:21:31.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:21:31.154Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679368891133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:21:31.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:21:32.162Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:21:32.162Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:21:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:21:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:21:33.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:21:33.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:33.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:33.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:21:34.165Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:21:34.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:21:34.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:21:34.166Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:21:34.169Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:21:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:21:34.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:21:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c509818 2023-03-21T03:21:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:21:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:21:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368894246, "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-21T03:21:35.249Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:21:35.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:21:35.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:21:35.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:21:35.288Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:21:35.289Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:35.289Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:35.289Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368895288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:21:36.290Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:21:36.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:21:36.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:21:36.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:21:36.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:21:36.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368896290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:21:37.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:21:37.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:21:37.324Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:21:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:21:37.326Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:21:37.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:22:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:22:07.356Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:22:07.356Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:22:07.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:22:07.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:22:07.377Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:22:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0de0cfbe-e754-4ded-9ac5-a250bf58a312], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T03:22:07.386Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:22:07.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:22:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-03:22:06:903-845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:22:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:22:07.520Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:22:07.521Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:22:07.521Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:22:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:22:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:22:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:22:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368927531, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:22:08.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:22:08.564Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:22:08.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:08.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:08.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:08.565Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:09.566Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:09.566Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:09.566Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:09.566Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:10.567Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:10.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:11.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:12.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:12.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:12.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:12.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:13.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:13.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:13.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:13.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:14.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:14.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:14.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:14.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:15.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:22:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:22:16.578Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:22:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:22:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:22:16.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:22:16.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:22:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:22:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:22:16.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:16.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:22:16.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:22:16.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:22:16.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:16.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:22:16.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:16.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:16.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368936957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:17.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:22:17.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:22:17.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:17.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:17.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:17.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.053Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11227301577701920039/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:22:18.652Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:22:18.652Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.653Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:22:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:22:18.655Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:18.705Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:18.706Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368938705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:19.706Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:22:19.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:22:19.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:22:19.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:19.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:19.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368939706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:20.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.530Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368894246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368895288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368896290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679368927531, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368936957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368938705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368939706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:22:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:22:20.708Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:22:20.736Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:22:20.741Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:22:20.741Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:22:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:22:20.757Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:22:50.757Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:22:50.769Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:22:50.769Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:22:50.770Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:22:50.776Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:22:50.788Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:22:50.788Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbbca0a9-5b1f-4a46-be54-5264f952fe2f], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T03:22:50.796Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:22:50.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:22:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-03:22:50:312-39403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:22:50.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:22:50.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:22:50.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:22:50.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:22:51.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:22:51.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:22:51.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:22:51.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:51.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:51.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368971001, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:22:52.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:22:52.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:22:52.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:52.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:52.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:52.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:53.034Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:53.034Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:53.034Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:53.034Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:54.035Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:55.037Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:56.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:56.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:56.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:56.038Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:57.040Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "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-21T03:22:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:22:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:58.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:22:59.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:22:59.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:22:59.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:22:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:22:59.044Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:22:59.089Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:22:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:22:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:22:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:22:59.090Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:22:59.091Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:22:59.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:22:59.114Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25b916a8 2023-03-21T03:22:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:22:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:22:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:22:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:22:59.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:22:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:22:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:22:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:22:59.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368979115, "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-21T03:23:00.117Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:23:00.168Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:00.169Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368980168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:01.170Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:23:01.170Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:23:01.170Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:23:01.170Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:01.171Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:01.171Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368981170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:02.171Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:23:02.194Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:23:02.199Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:23:02.200Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:23:02.200Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:23:02.200Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:23:02.200Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:02.201Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:02.201Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:02.201Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:02.201Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:23:02.215Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:23:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679368971001, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:23:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368979115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368980168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:23:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:23:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679368981170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:23:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:23:32.216Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:23:32.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:23:32.229Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:23:32.230Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:23:32.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:23:32.263Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:23:32.264Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec9a96de-4a0f-4843-b141-006fb3ac4a7b], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T03:23:32.273Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:23:32.413Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:23:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-03:23:31:792-58153], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:23:32.413Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:23:32.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:23:32.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:23:32.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:23:32.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:23:32.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:23:32.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:23:32.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:32.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:32.429Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369012428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:23:33.462Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:23:33.462Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:23:33.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:33.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:33.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:33.463Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:34.464Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:34.464Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:34.464Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:34.464Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:35.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:35.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:35.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:35.465Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:36.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:36.466Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:36.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:36.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:37.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:37.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:37.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:37.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:38.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:38.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:38.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:38.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:39.470Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:39.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:39.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:39.471Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:40.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:23:40.472Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:40.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:40.473Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:41.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:23:41.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:23:41.474Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:23:41.475Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:23:41.475Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:23:41.521Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:23:41.522Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:23:41.522Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:23:41.522Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:41.522Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:23:41.522Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:41.828Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:23:41.831Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:23:41.831Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:23:41.831Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:41.832Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:23:41.832Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:41.832Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:41.832Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369021831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:42.833Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:23:42.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:23:42.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:42.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:42.835Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:42.835Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:42.976Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16840469559370058093/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:23:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:23:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:23:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:23:43.492Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:23:43.493Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:23:43.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:23:43.542Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:23:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:23:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:23:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:23:43.543Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:43.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:43.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369023543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:44.544Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:23:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:23:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:23:44.545Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:23:44.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:23:44.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369024544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:23:45.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:23:45.574Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:45.580Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:45.581Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:23:45.581Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:23:45.597Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:24:15.598Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:24:15.612Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:24:15.612Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:24:15.613Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:24:15.618Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:24:15.631Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:24:15.633Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:24:15.640Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:24:15.790Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:24:15.791Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:24:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[209032], x-aai-txid=[1-aai-resources-230321-03:24:15:159-16914], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:24:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:24:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:24:15.792Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:24:15.800Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:24:15.801Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:24:15.801Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:24:15.801Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:15.801Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:15.801Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369055801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:24:16.833Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:24:16.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:24:16.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:16.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:16.834Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:16.835Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:17.835Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:17.836Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:17.836Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:17.836Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:18.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:18.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:18.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:18.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:19.840Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:19.840Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:19.840Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:19.840Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369012428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:24:20.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369021831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:24:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369023543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369024544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369055801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:24:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:24:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:24:20.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:20.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:20.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:20.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:21.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:21.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:21.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:21.844Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:22.845Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:22.845Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:22.845Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:22.845Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:23.847Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:24:23.848Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:23.848Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:23.848Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:24.849Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T03:24:24.850Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:24:24.850Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T03:24:24.850Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:24:24.850Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T03:24:24.904Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:24:24.905Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:24:24.905Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:24:24.905Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:24.905Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:24:24.905Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:25.192Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:24:25.194Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:25.195Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369065195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:26.196Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:24:26.197Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:24:26.197Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.197Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.198Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.198Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.281Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12414633240356078701/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.827Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.828Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.828Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.828Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.828Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T03:24:26.846Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:24:26.851Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||pNF 6c73bb66-561b 0 2023-03-21T03:24:26.852Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b 2023-03-21T03:24:26.852Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:24:26.852Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:24:26.852Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6c73bb66-561b 0 630b09db-537c-4c1e-9cca-00844a76bd7b 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-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68d3115e, org.onap.sdc.toscaparser.api.parameters.Input@4eb39b32, org.onap.sdc.toscaparser.api.parameters.Input@510ba982, org.onap.sdc.toscaparser.api.parameters.Input@2f805af1, org.onap.sdc.toscaparser.api.parameters.Input@5fa9e7be] 2023-03-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0b44b7e6-e762-4045-911d-b6ef59ed28ca: pNF 6c73bb66-561b 2023-03-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Processing PNF resource: 630b09db-537c-4c1e-9cca-00844a76bd7b 2023-03-21T03:24:26.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:24:26.865Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:24:26.865Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Resource customization UUID: 500d05a1-a3f4-4e06-a907-f87350c13ada is the same as notified resource customizationUUID: 500d05a1-a3f4-4e06-a907-f87350c13ada 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-21T03:24:26.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6c73bb66-561b 630b09db-537c-4c1e-9cca-00844a76bd7b 0 ASDC deployResourceStructure 2023-03-21T03:24:26.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:24:26.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:24:26.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:24:26.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:26.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:26.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369066958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:24:27.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:24:27.984Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:24:27.988Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:24:27.988Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:24:27.989Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:24:28.000Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:24:58.000Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:24:58.014Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:24:58.014Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T03:24:58.014Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T03:24:58.017Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:24:58.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:24:58.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T03:24:58.034Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:24:58.170Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T03:24:58.171Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:24:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[188464], x-aai-txid=[0-aai-resources-230321-03:24:57:552-17790], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:24:58.172Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:24:58.173Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:24:58.173Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:24:58.182Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T03:24:58.182Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:24:58.182Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:24:58.183Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:24:58.183Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:24:58.183Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369098182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:24:59.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:24:59.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:24:59.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:24:59.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:24:59.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:24:59.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:24:59.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-71d666eb-7bff-4177-bb6f-976812278295 2023-03-21T03:24:59.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:24:59.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:24:59.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:25:00.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:03.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:06.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:09.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:12.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:15.897Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:18.906Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:25:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:20.540Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:25:20.540Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:25:20.546Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-71d666eb-7bff-4177-bb6f-976812278295', protocol='range'} 2023-03-21T03:25:20.546Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:25:20.551Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-71d666eb-7bff-4177-bb6f-976812278295=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T03:25:20.565Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-71d666eb-7bff-4177-bb6f-976812278295', protocol='range'} 2023-03-21T03:25:20.565Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:25:20.565Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:25:20.565Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:25:20.565Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:25:20.565Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:25:20.569Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1154, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:25:20.570Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:25:21.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.589Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.590Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.590Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679368576700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369065195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369066958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:25:21.591Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:21.591Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369098182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:25:21.592Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:21.592Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:21.592Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:21.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:25:22.592Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:22.593Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:22.593Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:22.593Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:23.593Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:23.594Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:23.594Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:23.594Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:24.595Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:24.595Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:24.595Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:24.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:25.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:25.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:25.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:25.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:26.602Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:26.602Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:26.602Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:26.602Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:27.603Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:25:27.603Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:27.603Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:27.603Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:28.605Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:25:28.605Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:25:28.605Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:25:28.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:25:28.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:25:28.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:25:28.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:25:28.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:25:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:25:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:25:28.654Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:25:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:25:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4cb8c7bd 2023-03-21T03:25:28.688Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:25:28.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:28.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369128689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:29.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:25:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:25:29.711Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:25:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:25:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:25:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:25:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:25:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:25:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:25:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a2affa 2023-03-21T03:25:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:25:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:25:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:25:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369129736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:25:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:25:30.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:25:30.761Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:25:30.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:25:30.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:26:00.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:26:00.792Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:26:00.797Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:26:00.797Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:26:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:26:20.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:26:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:26:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:26:30.797Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:26:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:26:30.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:26:30.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:27:00.829Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:27:00.853Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:27:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:27:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:27:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.527Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369128689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:27:20.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:20.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:27:20.527Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369129736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:27:20.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:27:30.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:27:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:27:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:27:30.893Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:28:00.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:28:00.918Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:28:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:28:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:28:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:28:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T03:28:20.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.548Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "ves-openapi-manager", "timestamp": 1679369282371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369277871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369281985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369278866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369302519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369302536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:28:20.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:20.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T03:28:20.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "cds-sdc-listener", "timestamp": 1679369300419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:28:20.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:28:30.923Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:28:30.952Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:28:30.956Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:28:30.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:29:00.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:29:00.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:29:00.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:29:00.983Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:29:20.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:29:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:29:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:29:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:29:30.983Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:29:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:29:31.011Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:29:31.011Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:30:01.012Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:30:01.037Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:30:01.040Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:30:01.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:30:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:30:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369303543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369303624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "policy-distribution-id", "timestamp": 1679369304545, "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-21T03:30:20.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 818e1cfe-7a98-4520-8d33-2c011b057372 2023-03-21T03:30:20.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818e1cfe-7a98-4520-8d33-2c011b057372 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369304721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369305831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.593Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369306965, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:30:20.605Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 818e1cfe-7a98-4520-8d33-2c011b057372 2023-03-21T03:30:20.605Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818e1cfe-7a98-4520-8d33-2c011b057372 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T03:30:20.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.622Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "multicloud-k8s", "timestamp": 1679369307967, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369297098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369307262, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369314484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.625Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "aai-model-loader", "timestamp": 1679369315486, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:30:20.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 818e1cfe-7a98-4520-8d33-2c011b057372 2023-03-21T03:30:20.639Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818e1cfe-7a98-4520-8d33-2c011b057372 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:20.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369307494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369318322, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369320410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369321413, "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-21T03:30:20.670Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 818e1cfe-7a98-4520-8d33-2c011b057372 2023-03-21T03:30:20.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818e1cfe-7a98-4520-8d33-2c011b057372 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "ves-openapi-manager", "timestamp": 1679369322343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369305547, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369327098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369301425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369308973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369340846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369340849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "cds-sdc-listener", "timestamp": 1679369338731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369338975, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369341852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369341960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.695Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "policy-distribution-id", "timestamp": 1679369342853, "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-21T03:30:20.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89a7ed7-94cf-4656-bc27-3370b1e7d7ae 2023-03-21T03:30:20.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369343061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369344118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:30:20.749Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89a7ed7-94cf-4656-bc27-3370b1e7d7ae 2023-03-21T03:30:20.749Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "multicloud-k8s", "timestamp": 1679369345121, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369337494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369346021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369346334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:30:20.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.767Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "aai-model-loader", "timestamp": 1679369347025, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:30:20.779Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f89a7ed7-94cf-4656-bc27-3370b1e7d7ae 2023-03-21T03:30:20.779Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:20.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.799Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369348430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:30:20.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:30:20.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T03:30:20.799Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369349433, "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-21T03:30:20.812Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f89a7ed7-94cf-4656-bc27-3370b1e7d7ae 2023-03-21T03:30:20.812Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:30:21.618Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:30:21.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-71d666eb-7bff-4177-bb6f-976812278295 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:30:21.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:30:21.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:30:24.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:27.542Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:30.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:30:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:30:31.053Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:30:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:30:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:30:31.061Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:30:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:30:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dbe7545-06da-4236-b47f-8a5c8abb964a], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T03:30:31.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:30:31.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:30:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[0-aai-resources-230321-03:30:30:602-33190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:30:31.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:30:31.119Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:30:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:30:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:30:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:30:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:30:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:30:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:30:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:30:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369431133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:30:32.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:30:32.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:30:32.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:30:32.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:32.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:32.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:30:33.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:30:33.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:33.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:33.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:30:33.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:34.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:30:34.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:30:34.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:30:34.171Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:30:34.171Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:30:34.216Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:30:34.216Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:30:34.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:30:34.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:30:34.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:30:34.217Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:30:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:30:34.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7dc721b 2023-03-21T03:30:34.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:30:34.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:30:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:30:34.252Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:30:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:30:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:30:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:34.253Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369434252, "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-21T03:30:35.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:30:35.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:30:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:30:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:30:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:30:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:35.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:35.299Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369435298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:30:36.300Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:30:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:30:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:30:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:30:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:30:36.301Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369436300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:30:36.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:37.302Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:30:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:30:37.333Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:30:37.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:30:39.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:42.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:45.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:48.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:51.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:54.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:30:57.630Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:00.639Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:03.646Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:06.655Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:07.344Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:31:07.355Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:31:07.356Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:31:07.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:31:07.363Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:31:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:31:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:31:07.386Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:31:07.509Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:31:07.509Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:31:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-03:31:06:902-680], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:31:07.510Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:31:07.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:31:07.511Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:31:07.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:31:07.518Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:31:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:31:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:07.519Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369467519, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:31:08.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:31:08.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:31:08.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:08.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:08.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:08.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:09.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:09.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:09.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:09.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:09.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:10.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:10.547Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:11.548Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:11.548Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:11.548Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:11.549Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:12.550Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:12.550Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:12.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:12.551Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:12.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:13.552Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:13.553Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:14.553Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:14.554Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:15.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:15.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:16.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:31:16.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:31:16.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:31:16.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:31:16.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:31:16.600Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:16.888Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:31:16.889Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:16.890Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369476890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:17.891Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:31:17.891Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:31:17.892Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:17.892Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:17.893Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:17.893Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:17.979Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3263680193053085768/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:31:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:31:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:31:18.619Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:31:18.619Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:31:18.620Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:31:18.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:31:18.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:18.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:18.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369478619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:18.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:31:19.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:31:19.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:31:19.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:31:19.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:19.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:19.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369479621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:20.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:20.538Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:31:20.538Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:31:20.543Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:31:20.544Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:31:20.557Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:31:20.558Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:31:20.558Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:31:20.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:31:20.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:31:20.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:31:20.563Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1309, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:31:20.563Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:31:20.563Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:31:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:31:20.649Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:31:20.654Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:31:20.668Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:31:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.585Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.586Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.587Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.588Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "ves-openapi-manager", "timestamp": 1679369362343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369339734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369373856, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369357098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "multicloud-k8s", "timestamp": 1679369346124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369367494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369385106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "cds-sdc-listener", "timestamp": 1679369382987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369383243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369383698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369386110, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:31:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "policy-distribution-id", "timestamp": 1679369387112, "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-21T03:31:21.636Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fed09037-b5af-4ae0-b664-ed2776c18e8f 2023-03-21T03:31:21.636Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed09037-b5af-4ae0-b664-ed2776c18e8f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:31:21.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369385458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:31:21.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679369386461, "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-21T03:31:21.673Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fed09037-b5af-4ae0-b664-ed2776c18e8f 2023-03-21T03:31:21.673Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed09037-b5af-4ae0-b664-ed2776c18e8f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:31:21.694Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.694Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369388300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:31:21.694Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.695Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.695Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "aai-model-loader", "timestamp": 1679369389303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:31:21.707Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fed09037-b5af-4ae0-b664-ed2776c18e8f 2023-03-21T03:31:21.707Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed09037-b5af-4ae0-b664-ed2776c18e8f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:31:21.728Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.728Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369431133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:31:21.728Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.728Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.729Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.730Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369434252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:31:21.730Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.730Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.730Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369435298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:31:21.730Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369436300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:31:21.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369467519, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.732Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.733Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.734Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:31:21.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.735Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369476890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.736Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369478619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:31:21.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:21.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T03:31:21.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369479621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:31:21.737Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:31:50.669Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:31:50.680Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:31:50.681Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:31:50.682Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:31:50.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:31:50.699Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:31:50.699Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[417b1814-dec7-4003-bb54-3dac7c51db9a], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T03:31:50.708Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:31:50.856Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:31:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-03:31:50:226-62010], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:31:50.856Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:31:50.856Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:31:50.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:31:50.857Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:31:50.866Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:31:50.867Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:31:50.867Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:31:50.867Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:50.867Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:50.867Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369510867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:31:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:31:51.898Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:31:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:51.899Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:52.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:53.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:53.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:54.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:54.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:55.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:55.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:55.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:55.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:56.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:56.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:56.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:56.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "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-21T03:31:57.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:31:57.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:57.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:57.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:31:58.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:31:58.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:31:58.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:31:58.913Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:31:58.913Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:31:58.956Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:31:58.956Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:31:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:31:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:31:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:31:58.957Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:31:58.978Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:31:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54416e32 2023-03-21T03:31:58.979Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:31:58.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:31:58.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369518980, "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-21T03:31:59.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:32:00.032Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:32:00.032Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:32:00.032Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:32:00.032Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:32:00.033Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:00.033Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:00.033Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369520032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:01.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:32:01.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:32:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:32:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:01.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369521035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:02.038Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:32:02.062Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:02.067Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:32:02.082Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:32:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369510867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369518980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369520032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:32:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:32:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369521035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:32:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:32:32.083Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:32:32.094Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:32:32.095Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:32:32.095Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:32:32.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:32:32.115Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:32:32.116Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4acf8fd-d5ba-4114-aa46-cc94b510341e], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T03:32:32.126Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:32:32.274Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:32:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-03:32:31:643-54910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:32:32.275Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:32:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:32:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:32:32.276Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:32:32.287Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:32:32.288Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:32:32.289Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:32:32.289Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:32.289Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:32.290Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369552289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:32:33.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:32:33.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:32:33.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:33.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:33.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:33.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:34.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:34.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:34.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:34.320Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:35.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:35.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:35.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:35.321Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:36.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:36.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:36.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:36.323Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:37.324Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:37.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:37.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:37.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:38.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:38.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:38.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:38.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:39.327Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:39.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:39.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:39.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:40.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:32:40.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:40.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:40.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:41.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:32:41.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:32:41.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:32:41.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:32:41.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:32:41.381Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:32:41.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:32:41.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:32:41.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:41.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:32:41.382Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:41.710Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:32:41.713Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:32:41.713Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:32:41.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:41.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:32:41.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:41.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:41.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369561713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:42.716Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:32:42.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:32:42.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:42.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:42.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:42.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2462722874196839637/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:32:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.374Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.377Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:32:43.378Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:32:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:32:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:32:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:32:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:32:43.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:43.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369563428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:44.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:32:44.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:32:44.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:32:44.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:32:44.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:32:44.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369564429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:32:45.431Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:32:45.455Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:45.459Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:45.460Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:45.460Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:32:45.460Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:32:45.475Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:33:15.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:33:15.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:33:15.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:33:15.486Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:33:15.494Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:33:15.509Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:33:15.510Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[691bdee1-3705-4171-bf91-bff717e3ced4], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T03:33:15.518Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:33:15.652Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:33:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-03:33:15:037-85704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:33:15.652Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:33:15.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:33:15.654Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:33:15.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:33:15.664Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:33:15.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:33:15.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:33:15.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:15.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:15.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369595664, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:33:16.697Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:33:16.698Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:33:16.698Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:16.699Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:16.699Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:16.699Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:17.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:17.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:17.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:17.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:18.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:18.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:18.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:18.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:19.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:19.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:19.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:19.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369552289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:33:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369561713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369563428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369564429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369595664, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:33:20.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:33:20.704Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:20.704Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:20.704Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:20.705Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:21.705Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:21.706Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:21.706Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:21.706Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:22.707Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:22.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:22.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:22.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:23.708Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:33:23.709Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:23.709Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:23.709Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:24.710Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T03:33:24.710Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:33:24.711Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T03:33:24.711Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:33:24.711Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:33:24.753Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:33:24.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:33:24.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:33:24.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:24.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:33:24.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:25.054Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:33:25.057Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T03:33:25.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:33:25.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:25.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:33:25.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:25.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:25.059Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369605058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:26.059Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:33:26.060Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:33:26.060Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.061Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.061Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.061Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.135Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7302828922708091130/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T03:33:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.704Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:33:26.705Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T03:33:26.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:26.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369606751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:27.753Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:33:27.753Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T03:33:27.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:33:27.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:27.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:27.754Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369607753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:33:28.755Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:33:28.782Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:33:28.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:33:28.802Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:33:58.803Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:33:58.814Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:33:58.815Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T03:33:58.815Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T03:33:58.819Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:33:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:33:58.832Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T03:33:58.838Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:33:58.981Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T03:33:58.981Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:33:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-03:33:58:356-22061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:33:58.982Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:33:58.983Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:33:58.984Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:33:58.990Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T03:33:58.990Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:33:58.991Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:33:58.991Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:33:58.991Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:33:58.991Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369638991, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:34:00.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:34:00.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:34:00.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:34:00.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:34:00.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:34:00.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:34:00.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:00.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-0d1036d9-0c48-4d15-8701-2389807f4272 2023-03-21T03:34:00.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:34:00.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:34:00.156Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:03.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:06.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:09.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:12.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:15.201Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:18.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:34:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:20.541Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:34:20.541Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:34:20.548Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:34:20.548Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-0d1036d9-0c48-4d15-8701-2389807f4272', protocol='range'} 2023-03-21T03:34:20.552Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-0d1036d9-0c48-4d15-8701-2389807f4272=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:34:20.567Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-0d1036d9-0c48-4d15-8701-2389807f4272', protocol='range'} 2023-03-21T03:34:20.567Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:34:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:34:20.568Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:34:20.568Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:34:20.568Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1419, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:34:20.572Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:34:20.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:20.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:20.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:20.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:20.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:34:20.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:34:21.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369099223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369605058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369606751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369607753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369638991, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:34:21.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:34:21.594Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:34:21.594Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:34:21.595Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:21.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:21.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:21.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:22.596Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:22.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:22.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:22.597Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:23.598Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:23.599Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:23.599Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:23.599Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:24.600Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:24.600Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:24.600Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:24.600Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:25.601Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:25.601Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:25.601Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:25.602Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:26.603Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:26.604Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:26.604Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:26.604Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:27.605Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:34:27.606Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:27.606Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:27.606Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:28.607Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:34:28.608Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:34:28.608Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:34:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:34:28.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:34:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:34:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:34:28.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:34:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:34:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:34:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:34:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:34:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@248a50b 2023-03-21T03:34:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:34:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:34:28.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:28.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369668692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:29.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:34:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:34:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:34:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:34:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:34:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:34:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:34:29.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:34:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:34:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7021a054 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:34:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:34:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:34:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:34:29.738Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369669737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:34:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:34:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:34:30.763Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:34:30.768Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:34:30.769Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:35:00.769Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:35:00.796Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:35:00.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:35:00.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:35:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:35:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:35:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369668692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:35:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:35:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369669737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:35:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:35:30.801Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:35:30.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:35:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:35:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:36:00.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:36:00.859Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:36:00.864Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:36:00.865Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:36:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:36:30.865Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:36:30.890Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:36:30.895Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:36:30.895Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:37:00.896Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:37:00.920Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:37:00.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:37:00.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:37:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:37:30.925Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:37:30.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:37:30.953Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:37:30.954Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:38:00.954Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:38:00.979Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:38:00.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:38:00.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:38:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:38:30.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:38:31.010Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:38:31.014Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:38:31.014Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:39:01.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:39:01.046Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:39:01.050Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:39:01.050Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:39:20.528Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:39:21.620Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:39:21.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-0d1036d9-0c48-4d15-8701-2389807f4272 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:39:21.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:39:21.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:39:23.940Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:39:23.956Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:39:23.956Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:39:23.962Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:39:23.963Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:39:23.979Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:39:23.980Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:39:23.980Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:39:23.985Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:39:23.985Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:39:23.986Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:39:23.986Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1436, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:39:23.986Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:39:23.986Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:39:31.050Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:39:31.051Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:39:31.058Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:39:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:39:31.059Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:39:31.064Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:39:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:39:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:39:31.085Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:39:31.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:39:31.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:39:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[1-aai-resources-230321-03:39:30:605-4201], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:39:31.121Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:39:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:39:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:39:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:39:31.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:39:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:39:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:39:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:39:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:31.132Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369971131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:39:31.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:39:31.151Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679369971131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:39:31.151Z||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-21T03:39:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:39:32.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:39:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:39:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:32.164Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:39:33.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:39:33.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:33.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:33.167Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:39:34.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:39:34.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:39:34.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:39:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:39:34.170Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:39:34.212Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:39:34.212Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:39:34.212Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:39:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:39:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:39:34.213Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:39:34.245Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:39:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57b3589c 2023-03-21T03:39:34.246Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:39:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:39:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369974247, "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-21T03:39:35.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:39:35.290Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:35.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369975291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:39:36.292Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:39:36.292Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:39:36.292Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:39:36.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:39:36.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:39:36.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369976292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:39:37.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:39:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:39:37.325Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:39:37.339Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:40:07.339Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:40:07.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:40:07.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:40:07.352Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:40:07.355Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:40:07.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:40:07.366Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cc9d290-5564-48cd-9d63-7c3e29094487], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T03:40:07.372Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:40:07.493Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:40:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-03:40:06:890-92863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:40:07.494Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:40:07.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:40:07.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:40:07.495Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:07.505Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370007505, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:40:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:40:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:40:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:08.533Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:08.534Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:09.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:09.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:09.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:09.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:10.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:10.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:10.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:10.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:11.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:12.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:12.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:12.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:12.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:13.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:13.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:13.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:13.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:14.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:14.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:14.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:14.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:15.544Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:15.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:16.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:40:16.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:40:16.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:40:16.546Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:40:16.546Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:40:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:40:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:40:16.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:40:16.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:16.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:40:16.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:16.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:40:16.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:40:16.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:40:16.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:16.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:40:16.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:16.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:16.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370016913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:17.915Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:40:17.916Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:40:17.916Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:17.917Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:17.918Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:17.918Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:17.999Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9472476918551777443/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:40:18.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:40:18.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.568Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:40:18.569Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:40:18.570Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:40:18.572Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:40:18.572Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:40:18.628Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:18.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370018628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:19.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:40:19.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:40:19.630Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:40:19.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:19.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:19.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370019630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369974247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369975291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679369976292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370007505, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:40:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370016913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370018628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370019630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:40:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:40:20.631Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:40:20.652Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:40:20.656Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:40:20.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:40:20.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:40:20.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:40:50.670Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:40:50.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:40:50.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:40:50.686Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:40:50.692Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:40:50.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:40:50.707Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4ef452a-b816-4d14-8108-de34dca4d78e], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T03:40:50.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:40:50.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:40:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[224], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-03:40:50:235-24230], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:40:50.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:40:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:40:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:40:50.944Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:40:50.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:40:50.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:40:50.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:40:50.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:50.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:50.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370050955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:40:51.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:40:51.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:40:51.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:51.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:51.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:51.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:52.993Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:52.993Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:52.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:52.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:53.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:53.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:53.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:53.996Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:54.997Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:54.997Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:54.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:54.998Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:55.999Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:56.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:56.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:56.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:57.000Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:57.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:57.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:57.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:40:58.001Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:40:58.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:58.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:58.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:40:59.002Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:40:59.003Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:40:59.003Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:40:59.003Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:40:59.003Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:40:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:40:59.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:40:59.040Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:40:59.040Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:40:59.040Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:40:59.040Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:40:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:40:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@17a1f1bd 2023-03-21T03:40:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:40:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:40:59.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:40:59.064Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370059064, "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-21T03:41:00.065Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:41:00.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:41:00.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:41:00.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:41:00.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:41:00.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:00.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:00.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370060109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:01.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370061110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:02.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:41:02.139Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:02.144Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:02.145Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:41:02.156Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:41:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370050955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:41:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:41:20.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370059064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370060109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:41:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T03:41:20.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370061110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:41:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:41:32.157Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:41:32.165Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:41:32.166Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:41:32.166Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:41:32.171Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:41:32.183Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:41:32.185Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:41:32.192Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:41:32.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:41:32.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:41:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-03:41:31:711-51480], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:41:32.331Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:41:32.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:41:32.332Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:41:32.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:41:32.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:41:32.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:41:32.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:32.342Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:32.343Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370092342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:41:33.369Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:41:33.369Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:41:33.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:33.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:33.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:33.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:34.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:34.371Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:34.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:34.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:35.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:35.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:35.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:35.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:36.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:36.378Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:36.378Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:36.378Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:37.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:37.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:37.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:37.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:38.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:38.381Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:38.381Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:38.381Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:39.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:39.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:39.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:39.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:40.384Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:41:40.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:40.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:40.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:41.385Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:41:41.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:41:41.386Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:41:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:41:41.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:41:41.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:41:41.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:41:41.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:41:41.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:41.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:41:41.430Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:41.698Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:41:41.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:41:41.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:41:41.700Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:41.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:41:41.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:41.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:41.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370101700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:42.701Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:41:42.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:41:42.702Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:42.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:42.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:42.703Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:42.790Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP182010507543932213/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:41:43.396Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.397Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.398Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.399Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:41:43.399Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:41:43.399Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:41:43.446Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:43.447Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370103447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:44.448Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:41:44.448Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:41:44.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:41:44.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:41:44.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:41:44.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370104448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:41:45.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:41:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:41:45.475Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:41:45.476Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:41:45.487Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:42:15.488Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:42:15.498Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:42:15.498Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:42:15.499Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:42:15.506Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:42:15.522Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:42:15.523Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:42:15.530Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:42:15.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:42:15.667Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:42:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-03:42:15:047-67847], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:42:15.668Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:42:15.669Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:42:15.669Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:42:15.680Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:42:15.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:42:15.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:42:15.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:15.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:15.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370135681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:42:16.713Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:42:16.713Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:42:16.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:16.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:16.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:16.714Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:17.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:17.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:17.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:17.715Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:18.716Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:18.716Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:18.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:18.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:19.717Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:19.718Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:19.718Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:19.718Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:20.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370092342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:42:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370101700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370103447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370104448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:42:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370135681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:42:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:42:20.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:20.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:20.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:20.719Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:21.720Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:21.720Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:21.720Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:21.720Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:22.721Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:22.721Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:22.721Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:22.721Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:23.722Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:42:23.722Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:23.722Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:23.722Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:24.723Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T03:42:24.723Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:42:24.723Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T03:42:24.724Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:42:24.724Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:42:24.767Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:42:24.768Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:42:24.768Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:42:24.768Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:24.768Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:42:24.768Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:25.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:42:25.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T03:42:25.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:42:25.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:25.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:42:25.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:25.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:25.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370145028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:26.030Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:42:26.031Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:42:26.031Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.032Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.032Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.033Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1329215476788002648/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T03:42:26.700Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:42:26.700Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.701Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.702Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:42:26.703Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T03:42:26.749Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:26.750Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370146749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:27.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:42:27.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T03:42:27.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:42:27.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:27.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:27.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370147751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:42:28.752Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:42:28.778Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:42:28.783Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:42:28.783Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:42:28.783Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:42:28.783Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:42:28.783Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:42:28.784Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:42:28.784Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:42:28.784Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:42:28.784Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:42:28.798Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:42:58.799Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:42:58.809Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:42:58.810Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T03:42:58.810Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T03:42:58.813Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:42:58.825Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:42:58.826Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T03:42:58.835Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:42:58.976Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T03:42:58.976Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:42:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-03:42:58:354-29382], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:42:58.976Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:42:58.976Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:42:58.976Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:42:58.985Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T03:42:58.986Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:42:58.986Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:42:58.986Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:42:58.986Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:42:58.987Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370178986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:43:00.014Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:43:00.015Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:43:00.016Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:00.016Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:00.016Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:00.016Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:01.017Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:01.018Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:01.018Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:01.018Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:02.019Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:02.019Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:02.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:02.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:03.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:03.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:03.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:03.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:04.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:04.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:04.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:04.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:05.023Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:05.023Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:05.024Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:05.024Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:06.024Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:06.025Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:06.025Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:06.025Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:07.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:07.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:07.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:07.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:08.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:08.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:08.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:08.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:09.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:09.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:09.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:09.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:43:10.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T03:43:10.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:43:10.029Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T03:43:10.030Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:43:10.030Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T03:43:10.104Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:43:10.104Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:43:10.105Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:43:10.105Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:10.105Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:10.105Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:10.423Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:10.428Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 163267 2023-03-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:10.429Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370190429, "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-21T03:43:11.431Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:43:11.432Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:43:11.432Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:11.432Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-21T03:43:11.433Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:11.433Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:11.540Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP571078857137786726/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-BasicCnfMacro-csar.csar 2023-03-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.322Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.323Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-21T03:43:12.324Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.325Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-21T03:43:12.326Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d686760b-fe9a-447c-8104-886c93a74dc8 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:12.327Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6a056312-f4dc-4ed6-a378-86c320d33e4f Model Version:NULL Model InvariantUuid:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:99abd414-be49-4fbb-9ccb-a8003dd97628 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:773ac259-6406-4d80-8c54-28e6fd483af1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0e04672d-48aa-405d-a95a-f14ad6702057 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0f278fd7-7f9a-421c-8c60-2f3d19549c24 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e60ef236-0c0a-48f1-80bc-0fe478fd5280 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d686760b-fe9a-447c-8104-886c93a74dc8 ModelInvariantUuid:72728149-6efe-43bb-a680-07cac7ecb973 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ff1d25e2-ea8e-40d9-a597-a14d3ed25068 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b693208f-f032-4b13-a408-05e37bfc1712 ModelInvariantUuid:33570b13-48d7-40ec-98ac-929a08fbcd33 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:83087bc7-b340-4ff3-9f2a-e87e8405deea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:43:12.347Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:43:12.352Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2023-03-21T03:43:12.352Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 2023-03-21T03:43:12.352Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f9cccebd-29ae-4e7a-9e4d-82e47e665c3d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-21T03:43:12.352Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:12.352Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.449Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:12.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f9cccebd-29ae-4e7a-9e4d-82e47e665c3d 1565 2023-03-21T03:43:12.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:12.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:12.451Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:12.451Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:12.451Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370192450, "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-21T03:43:13.451Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0f278fd7-7f9a-421c-8c60-2f3d19549c24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e60ef236-0c0a-48f1-80bc-0fe478fd5280", "vfModuleModelCustomizationUUID": "f2f4fc30-78f1-4893-8c56-55c1f38109c4", "isBase": true, "artifacts": [ "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "ea8c62a8-6355-423a-9cf0-4a6c154c83f4" ], "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": "773ac259-6406-4d80-8c54-28e6fd483af1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e04672d-48aa-405d-a95a-f14ad6702057", "vfModuleModelCustomizationUUID": "f99db5ec-0a77-4e09-b39d-4d23f1ccaada", "isBase": false, "artifacts": [ "434fdfe3-8280-4290-b9a9-108d4db1e276" ], "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-21T03:43:13.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e60ef236-0c0a-48f1-80bc-0fe478fd5280 VfModuleModelInvariantUUID:0f278fd7-7f9a-421c-8c60-2f3d19549c24 VfModuleModelDescription:NULL Artifacts UUID List:{ 3073cc97-141a-4d62-8b27-6a9a811c4ea0 , ea8c62a8-6355-423a-9cf0-4a6c154c83f4 } 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:0e04672d-48aa-405d-a95a-f14ad6702057 VfModuleModelInvariantUUID:773ac259-6406-4d80-8c54-28e6fd483af1 VfModuleModelDescription:NULL Artifacts UUID List:{ 434fdfe3-8280-4290-b9a9-108d4db1e276 } 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-21T03:43:13.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0f278fd7-7f9a-421c-8c60-2f3d19549c24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e60ef236-0c0a-48f1-80bc-0fe478fd5280", "vfModuleModelCustomizationUUID": "f2f4fc30-78f1-4893-8c56-55c1f38109c4", "isBase": true, "artifacts": [ "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "ea8c62a8-6355-423a-9cf0-4a6c154c83f4" ], "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": "773ac259-6406-4d80-8c54-28e6fd483af1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e04672d-48aa-405d-a95a-f14ad6702057", "vfModuleModelCustomizationUUID": "f99db5ec-0a77-4e09-b39d-4d23f1ccaada", "isBase": false, "artifacts": [ "434fdfe3-8280-4290-b9a9-108d4db1e276" ], "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-21T03:43:13.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e60ef236-0c0a-48f1-80bc-0fe478fd5280 VfModuleModelInvariantUUID:0f278fd7-7f9a-421c-8c60-2f3d19549c24 VfModuleModelDescription:NULL Artifacts UUID List:{ 3073cc97-141a-4d62-8b27-6a9a811c4ea0 , ea8c62a8-6355-423a-9cf0-4a6c154c83f4 } 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:0e04672d-48aa-405d-a95a-f14ad6702057 VfModuleModelInvariantUUID:773ac259-6406-4d80-8c54-28e6fd483af1 VfModuleModelDescription:NULL Artifacts UUID List:{ 434fdfe3-8280-4290-b9a9-108d4db1e276 } 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-21T03:43:13.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3073cc97-141a-4d62-8b27-6a9a811c4ea0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-21T03:43:13.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:13.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:13.591Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3073cc97-141a-4d62-8b27-6a9a811c4ea0 914 2023-03-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:13.592Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370193592, "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-21T03:43:14.593Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fd4e384-3dea-426c-8507-5164cee4c80b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-21T03:43:14.593Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:14.594Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:14.682Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:14.682Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9fd4e384-3dea-426c-8507-5164cee4c80b 12 2023-03-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:14.683Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370194683, "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-21T03:43:15.684Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea8c62a8-6355-423a-9cf0-4a6c154c83f4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-21T03:43:15.684Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:15.684Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:15.783Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ea8c62a8-6355-423a-9cf0-4a6c154c83f4 96 2023-03-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:15.784Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370195784, "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-21T03:43:16.786Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 434fdfe3-8280-4290-b9a9-108d4db1e276 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-21T03:43:16.786Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:43:16.786Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:16.899Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:43:16.899Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 434fdfe3-8280-4290-b9a9-108d4db1e276 20206 2023-03-21T03:43:16.899Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:16.899Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:16.900Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:43:16.900Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:16.900Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:16.900Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370196899, "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-21T03:43:17.908Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T03:43:17.908Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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-21T03:43:17.931Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@587a60b, org.onap.sdc.toscaparser.api.parameters.Input@3aeba272, org.onap.sdc.toscaparser.api.parameters.Input@3a197b80, org.onap.sdc.toscaparser.api.parameters.Input@42f98a60, org.onap.sdc.toscaparser.api.parameters.Input@7a76cbca] 2023-03-21T03:43:17.932Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.933Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.933Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-03-21T03:43:17.933Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c8a5dabf-4f78-4021-b28a-3af905b5cbaf 2023-03-21T03:43:17.933Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8a5dabf-4f78-4021-b28a-3af905b5cbaf matches Tosca VF Customization UUID: c8a5dabf-4f78-4021-b28a-3af905b5cbaf 2023-03-21T03:43:17.933Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c8a5dabf-4f78-4021-b28a-3af905b5cbaf 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-21T03:43:17.938Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.938Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c8a5dabf-4f78-4021-b28a-3af905b5cbaf: {\"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-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62f98ef3 2023-03-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f99db5ec-0a77-4e09-b39d-4d23f1ccaada 2023-03-21T03:43:17.939Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f99db5ec-0a77-4e09-b39d-4d23f1ccaada 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-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.945Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:43:17.946Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c8a5dabf-4f78-4021-b28a-3af905b5cbaf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:43:17.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6a056312-f4dc-4ed6-a378-86c320d33e4f: basic_cnf_macro 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:43:17.950Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:43:17.951Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:18.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 2 ASDC deployResourceStructure 2023-03-21T03:43:18.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:18.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:18.048Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:43:18.048Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:18.048Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:18.048Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370198047, "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-21T03:43:19.049Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:19.049Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:19.049Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:43:19.050Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:19.050Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:19.050Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370199049, "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-21T03:43:20.051Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:20.052Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:20.052Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:43:20.052Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:20.052Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:20.052Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370200051, "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-21T03:43:20.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:43:20.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:43:20.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:43:20.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:43:21.053Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:21.054Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:21.054Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:43:21.054Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:21.054Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:21.054Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370201053, "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-21T03:43:22.055Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:22.055Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:22.055Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:43:22.055Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:22.056Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:22.056Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370202055, "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-21T03:43:23.056Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:23.057Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:43:23.057Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:43:23.057Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:23.057Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:23.057Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370203056, "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-21T03:43:24.058Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:43:24.086Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:43:24.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:43:24.106Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:43:54.106Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:43:54.122Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T03:43:54.122Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T03:43:54.123Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T03:43:54.128Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:43:54.144Z|818e1cfe-7a98-4520-8d33-2c011b057372|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/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:43:54.145Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T03:43:54.155Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:43:54.420Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:43:54.421Z|818e1cfe-7a98-4520-8d33-2c011b057372|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/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:43:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[261], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-03:43:53:674-62027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:43:54.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:43:54.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:43:54.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:43:54.431Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T03:43:54.431Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:43:54.431Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:43:54.431Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:54.432Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:54.432Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370234431, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:43:55.455Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:43:55.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:43:55.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:55.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:55.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:55.457Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:56.457Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:56.458Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:56.458Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:56.458Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:57.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:57.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:57.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:57.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:58.460Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:58.461Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:58.461Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:58.461Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:43:59.461Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:43:59.462Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:43:59.462Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:43:59.462Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:00.464Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:00.464Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:00.465Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:00.465Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:01.465Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:01.466Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:01.466Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:01.466Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:02.467Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:02.467Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:02.467Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:02.467Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:44:03.468Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T03:44:03.468Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:44:03.469Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T03:44:03.469Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:44:03.469Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T03:44:03.549Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:44:03.549Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:44:03.550Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:44:03.550Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T03:44:03.550Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:44:03.550Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T03:44:03.862Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:44:03.864Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 83002 2023-03-21T03:44:03.865Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:03.865Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:03.865Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:44:03.865Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:03.866Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:03.866Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370243865, "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-21T03:44:04.866Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:44:04.867Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:44:04.867Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:44:04.867Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-21T03:44:04.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:44:04.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:44:04.975Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP986858684207779126/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-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.779Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.780Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:05.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f83988f-7cd0-4334-8ee2-1c31569bc134 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:05.783Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 Model Version:NULL Model InvariantUuid:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ebb7dbd9-8864-46a2-ad52-e64da95c643d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01aab7db-a739-458b-b752-52023675d06a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dba20726-0b09-4d78-8eb4-d7f35fe3b63a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0cbbdf3e-7445-4647-92c5-67da0b10d86a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f83988f-7cd0-4334-8ee2-1c31569bc134 ModelInvariantUuid:4028190f-9bab-41db-8354-bf3062ceea98 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6052b150-fc40-46c7-a9e7-9bf58613de7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a99bdc7-dc2e-4d98-a474-05ad322a6e13 ModelInvariantUuid:1ed20515-178e-4662-af42-4f1fe9b875eb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0eaeb76a-c725-4b89-945e-7a51b4b737f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:44:05.802Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:44:05.807Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2023-03-21T03:44:05.807Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb 2023-03-21T03:44:05.807Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1366c3c-6d7a-4650-8fbc-81769225d0ad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-21T03:44:05.807Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:44:05.807Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.905Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:44:05.906Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a1366c3c-6d7a-4650-8fbc-81769225d0ad 792 2023-03-21T03:44:05.906Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.906Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:05.906Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:44:05.907Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:05.907Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:05.907Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370245906, "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-21T03:44:06.908Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dba20726-0b09-4d78-8eb4-d7f35fe3b63a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0cbbdf3e-7445-4647-92c5-67da0b10d86a", "vfModuleModelCustomizationUUID": "22dd244d-cadf-4e07-bcd9-38bd47c6d64b", "isBase": true, "artifacts": [ "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "2281111c-0f63-429d-9e02-16a18bcc6b8c" ], "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-21T03:44:06.912Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0cbbdf3e-7445-4647-92c5-67da0b10d86a VfModuleModelInvariantUUID:dba20726-0b09-4d78-8eb4-d7f35fe3b63a VfModuleModelDescription:NULL Artifacts UUID List:{ 02b00788-95f8-44ba-9fdd-f166e6d0a8b4 , 2281111c-0f63-429d-9e02-16a18bcc6b8c } 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-21T03:44:06.914Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dba20726-0b09-4d78-8eb4-d7f35fe3b63a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0cbbdf3e-7445-4647-92c5-67da0b10d86a", "vfModuleModelCustomizationUUID": "22dd244d-cadf-4e07-bcd9-38bd47c6d64b", "isBase": true, "artifacts": [ "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "2281111c-0f63-429d-9e02-16a18bcc6b8c" ], "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-21T03:44:06.915Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0cbbdf3e-7445-4647-92c5-67da0b10d86a VfModuleModelInvariantUUID:dba20726-0b09-4d78-8eb4-d7f35fe3b63a VfModuleModelDescription:NULL Artifacts UUID List:{ 02b00788-95f8-44ba-9fdd-f166e6d0a8b4 , 2281111c-0f63-429d-9e02-16a18bcc6b8c } 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-21T03:44:06.915Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02b00788-95f8-44ba-9fdd-f166e6d0a8b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-21T03:44:06.915Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:44:06.915Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:07.000Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 02b00788-95f8-44ba-9fdd-f166e6d0a8b4 5033 2023-03-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:07.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370247001, "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-21T03:44:08.003Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2281111c-0f63-429d-9e02-16a18bcc6b8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-21T03:44:08.003Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:44:08.003Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:08.084Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:44:08.084Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2281111c-0f63-429d-9e02-16a18bcc6b8c 903 2023-03-21T03:44:08.084Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:08.084Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:08.084Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:44:08.085Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:08.085Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:08.085Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370248084, "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-21T03:44:09.086Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T03:44:09.086Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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-21T03:44:09.112Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5105e866, org.onap.sdc.toscaparser.api.parameters.Input@50132399, org.onap.sdc.toscaparser.api.parameters.Input@75c9af4a, org.onap.sdc.toscaparser.api.parameters.Input@25f30683, org.onap.sdc.toscaparser.api.parameters.Input@5b4b9c83] 2023-03-21T03:44:09.113Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.114Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.114Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-03-21T03:44:09.114Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 01aab7db-a739-458b-b752-52023675d06a 2023-03-21T03:44:09.114Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01aab7db-a739-458b-b752-52023675d06a matches Tosca VF Customization UUID: 01aab7db-a739-458b-b752-52023675d06a 2023-03-21T03:44:09.114Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 01aab7db-a739-458b-b752-52023675d06a 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-21T03:44:09.117Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.117Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.117Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 01aab7db-a739-458b-b752-52023675d06a: {\"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-21T03:44:09.118Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17fce1b1 2023-03-21T03:44:09.118Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.118Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:44:09.118Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22dd244d-cadf-4e07-bcd9-38bd47c6d64b 2023-03-21T03:44:09.118Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22dd244d-cadf-4e07-bcd9-38bd47c6d64b 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-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:09.121Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:09.122Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.122Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T03:44:09.122Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T03:44:09.122Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T03:44:09.122Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f83988f-7cd0-4334-8ee2-1c31569bc134 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-21T03:44:09.124Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.124Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:09.125Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:44:09.125Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.125Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:44:09.125Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=01aab7db-a739-458b-b752-52023675d06a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4877af2d-b7f2-4a22-950c-b8eb8d337cb1: basic_vm_macro 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:44:09.128Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:09.282Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3aa0525b-6d0d-4c16-9f18-009b5b6822bb 1 ASDC deployResourceStructure 2023-03-21T03:44:09.282Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:09.282Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:09.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:44:09.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:09.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:09.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370249282, "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-21T03:44:10.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:10.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:10.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:44:10.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:10.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:10.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370250283, "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-21T03:44:11.285Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:11.285Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:11.285Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:44:11.285Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:11.286Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:11.286Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370251285, "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-21T03:44:12.286Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:12.287Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:44:12.287Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T03:44:12.287Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:12.287Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:12.287Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370252286, "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-21T03:44:13.288Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:44:13.312Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:13.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:44:13.332Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:44:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:44:20.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:44:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370145028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370146749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370147751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370178986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:44:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T03:44:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:44:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370190429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370192450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370193592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370194683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370195784, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370196899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370198047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370199049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-03-21T03:44:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:44:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370200051, "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-21T03:44:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:44:43.333Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:44:43.346Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T03:44:43.347Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T03:44:43.347Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T03:44:43.352Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:44:43.367Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T03:44:43.367Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[026d513c-cad5-405d-9a08-ef585a24eb6c], X-ECOMP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-TransactionId=[], X-ONAP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], Content-Type=[application/merge-patch+json]} 2023-03-21T03:44:43.374Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:44:43.519Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:44:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[249960], x-aai-txid=[2-aai-resources-230321-03:44:42:894-18083], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:44:43.520Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:44:43.520Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T03:44:43.521Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:44:43.522Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:44:43.531Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-21T03:44:43.531Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:44:43.532Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:44:43.532Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:43.532Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:43.532Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370283532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:44:44.565Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:44:44.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:44:44.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:44.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:44.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:44.567Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:45.568Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:45.568Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:45.569Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:45.569Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:46.570Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:46.570Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:46.570Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:46.571Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:47.572Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:47.572Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:47.573Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:47.573Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:48.574Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:48.575Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:48.575Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:48.575Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:49.577Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:49.577Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:49.578Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:49.578Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:50.579Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:50.579Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:50.579Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:50.579Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:51.580Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:51.580Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:51.580Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:51.580Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "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-21T03:44:52.581Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:44:52.581Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:52.581Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:52.582Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:44:53.582Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T03:44:53.583Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:44:53.583Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T03:44:53.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:44:53.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T03:44:53.636Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:44:53.636Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:44:53.637Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:44:53.637Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T03:44:53.637Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:44:53.637Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T03:44:53.663Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:44:53.663Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22166732 2023-03-21T03:44:53.663Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:44:53.663Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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": [ "TestPnfMacro" ] } } } 2023-03-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:53.664Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370293664, "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-21T03:44:54.666Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:44:54.689Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T03:44:54.689Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:44:54.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||test-pnf 0 2023-03-21T03:44:54.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T03:44:54.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:44:54.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:44:54.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e593b49e-4f70-4be7-9edf-279148336b7e 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-21T03:44:54.703Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.installTheResource() at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T03:44:54.725Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T03:44:54.734Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e593b49e-4f70-4be7-9edf-279148336b7e 0 ASDC deployResourceStructure 2023-03-21T03:44:54.734Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T03:44:54.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:44:54.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:44:54.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:44:54.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:44:54.736Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:44:54.736Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370294735, "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-21T03:44:55.736Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:44:55.762Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:44:55.767Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:44:55.767Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:44:55.767Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T03:44:55.768Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:44:55.783Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:45:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:45:20.525Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: cached metadata has changed from (version129: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version130: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T03:45:20.538Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:45:20.539Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:45:20.543Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:45:20.544Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:45:20.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:45:20.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:45:20.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:45:20.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:45:20.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:45:20.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:45:20.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1509, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:45:20.565Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:45:20.565Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:45:21.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.583Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370201053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370202055, "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-21T03:45:21.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370203056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370234431, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.585Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370243865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370245906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370247001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370248084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370249282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370250283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370251285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370252286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370283532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.588Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679369640020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370293664, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:45:21.590Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370294735, "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-21T03:45:21.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:45:25.783Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:45:25.797Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:45:25.797Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T03:45:25.798Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T03:45:25.803Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:45:25.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:45:25.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T03:45:25.841Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:45:25.972Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T03:45:25.973Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:45:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[262248], x-aai-txid=[1-aai-resources-230321-03:45:25:361-956], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:45:25.974Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:45:25.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:45:25.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:45:25.986Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T03:45:25.987Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T03:45:25.987Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:45:25.987Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:45:25.987Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:45:25.987Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370325987, "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-21T03:45:27.017Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:45:27.017Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:45:27.019Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T03:45:27.019Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 2 disconnected. 2023-03-21T03:45:27.019Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:45:27.020Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:45:27.020Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:45:27.020Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:45:27.023Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group. 2023-03-21T03:45:27.025Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-73734db5-e600-46e8-baf2-8c5b9d8b478b 2023-03-21T03:45:27.026Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:45:27.026Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:45:29.700Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:32.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:35.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:38.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:41.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:44.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:47.754Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:50.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:53.772Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:56.780Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:45:59.793Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:02.801Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:05.810Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:08.819Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:11.828Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:14.836Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:17.845Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:46:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:20.540Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:46:20.541Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:46:20.547Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:46:20.547Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-73734db5-e600-46e8-baf2-8c5b9d8b478b', protocol='range'} 2023-03-21T03:46:20.553Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.553Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.553Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.553Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.553Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.554Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:46:20.554Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-73734db5-e600-46e8-baf2-8c5b9d8b478b=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:46:20.570Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:46:20.571Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:46:20.571Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:46:20.571Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-73734db5-e600-46e8-baf2-8c5b9d8b478b', protocol='range'} 2023-03-21T03:46:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:46:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:46:20.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:46:20.576Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:46:20.576Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:46:20.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:46:20.576Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:46:20.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:46:20.576Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:46:20.577Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:46:20.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1541, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:46:20.577Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:46:20.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:46:20.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:46:21.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T03:46:21.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370325987, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T03:46:21.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:46:21.668Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:46:21.668Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:46:21.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:21.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:21.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:21.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:22.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:22.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:22.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:22.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:23.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:23.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:23.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:23.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:24.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:24.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:24.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:24.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:25.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:25.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:25.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:25.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:26.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:26.677Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:26.677Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:26.677Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:27.677Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:46:27.678Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:27.678Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:27.678Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:28.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:46:28.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:46:28.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:46:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:46:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:46:28.730Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:46:28.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:46:28.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:46:28.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:46:28.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:46:28.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:46:28.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:46:28.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f7fc805 2023-03-21T03:46:28.765Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:46:28.766Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:28.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:28.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370388766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:29.767Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:46:29.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:46:29.784Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:46:29.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:46:29.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:46:29.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:46:29.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:46:29.789Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:46:29.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@12349653 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:46:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370389803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:46:30.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:46:30.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:46:30.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:46:30.836Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:46:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:47:00.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:47:00.864Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:47:00.868Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:47:00.869Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:47:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:47:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:47:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:47:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:47:30.869Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:47:30.896Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:47:30.900Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:47:30.900Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:48:00.901Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:48:00.926Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:48:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:48:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:48:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:48:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:48:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370388766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370389803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:48:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:48:30.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:48:30.957Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:48:30.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:48:30.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:49:00.961Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:49:00.989Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:49:00.993Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:49:00.993Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:49:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:49:30.994Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:49:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:49:31.028Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:49:31.028Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:50:01.028Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:50:01.053Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:50:01.057Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:50:01.057Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:50:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:50:31.057Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:50:31.079Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:50:31.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:50:31.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:51:01.084Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:51:01.113Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:51:01.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:51:01.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:51:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:51:21.730Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T03:51:21.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-73734db5-e600-46e8-baf2-8c5b9d8b478b sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T03:51:21.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T03:51:21.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T03:51:24.137Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:51:24.153Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:51:24.153Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:51:24.159Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:51:24.159Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T03:51:24.175Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:51:24.176Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:51:24.176Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:51:24.181Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:51:24.181Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:51:24.181Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:51:24.181Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1551, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:51:24.181Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:51:24.182Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:51:31.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T03:51:31.118Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:51:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T03:51:31.129Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T03:51:31.130Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T03:51:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:51:31.147Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T03:51:31.147Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02c373d7-dece-42f8-b63e-e3ed151fe8eb], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T03:51:31.153Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:51:31.191Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 03:51:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[1-aai-resources-230321-03:51:30:673-99849], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:51:31.192Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T03:51:31.193Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T03:51:31.196Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:51:31.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:51:31.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:51:31.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:31.206Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370691206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:51:31.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:51:31.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679370691206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T03:51:31.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:51:32.233Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:51:32.234Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:51:32.234Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:51:32.234Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:32.234Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:32.234Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:51:33.235Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:51:33.235Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:33.235Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:33.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:51:34.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T03:51:34.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:51:34.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T03:51:34.237Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T03:51:34.237Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:51:34.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:51:34.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:51:34.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:51:34.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:51:34.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:51:34.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T03:51:34.307Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:51:34.307Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73823cdb 2023-03-21T03:51:34.307Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:51:34.307Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:34.308Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370694308, "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-21T03:51:35.309Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T03:51:35.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T03:51:35.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:51:35.364Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T03:51:35.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:51:35.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:35.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:35.365Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370695364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:51:36.366Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T03:51:36.366Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T03:51:36.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:51:36.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:51:36.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:51:36.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370696366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:51:37.368Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:51:37.394Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:51:37.399Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:51:37.399Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:51:37.400Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:51:37.416Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:52:07.416Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:52:07.425Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T03:52:07.425Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T03:52:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T03:52:07.432Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:52:07.446Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:52:07.447Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T03:52:07.454Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:52:07.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:52:07.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:52:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-03:52:06:973-61962], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:52:07.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:52:07.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:52:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:52:07.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T03:52:07.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:52:07.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:52:07.606Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:07.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:07.607Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370727606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:52:08.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:52:08.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:52:08.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:08.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:08.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:08.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:09.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:09.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:09.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:09.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:10.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:10.643Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:10.643Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:10.643Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:11.644Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:11.644Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:11.644Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:11.645Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:12.645Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:12.646Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:12.646Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:12.646Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:13.646Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:13.647Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:13.647Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:13.647Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:14.647Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:14.648Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:14.648Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:14.648Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:15.649Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:15.649Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:15.649Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:15.649Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:16.650Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T03:52:16.650Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:52:16.651Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T03:52:16.651Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:52:16.651Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:52:16.699Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:52:16.700Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:52:16.700Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:52:16.700Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:16.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:52:16.701Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:16.984Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:52:16.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T03:52:16.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:52:16.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:16.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:52:16.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:16.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:16.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370736987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:17.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:52:17.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:52:17.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:17.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:17.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:17.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.071Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12235096980810465461/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T03:52:18.622Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:52:18.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:52:18.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:52:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:18.685Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:18.686Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370738685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:19.687Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T03:52:19.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T03:52:19.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:52:19.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:19.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:19.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370739687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370694308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370695364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370696366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679370727606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370736987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370738685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T03:52:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:52:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370739687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T03:52:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:52:20.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:52:20.716Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:52:20.721Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:52:20.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:52:20.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:52:20.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:52:20.738Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:52:50.738Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:52:50.748Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T03:52:50.748Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T03:52:50.749Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T03:52:50.753Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:52:50.765Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:52:50.766Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T03:52:50.774Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:52:50.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:52:50.971Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:52:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[193], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-03:52:50:293-96538], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:52:50.973Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:52:50.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:52:50.974Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:52:50.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T03:52:50.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:52:50.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:52:50.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:50.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:50.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370770988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:52:52.021Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:52:52.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:52:52.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:52.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:52.022Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:52.023Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:53.024Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:53.025Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:53.025Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:53.025Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:54.026Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:54.027Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:54.027Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:54.027Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:55.028Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:55.029Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:55.029Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:55.029Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:56.029Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:56.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:56.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:56.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:57.030Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:57.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:57.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:57.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:52:58.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:52:58.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:58.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:58.032Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:52:59.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T03:52:59.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:52:59.033Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T03:52:59.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:52:59.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:52:59.085Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:52:59.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:52:59.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:52:59.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:52:59.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:52:59.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T03:52:59.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:52:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6897e2b9 2023-03-21T03:52:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:52:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T03:52:59.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:52:59.111Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370779110, "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-21T03:53:00.112Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T03:53:00.155Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T03:53:00.155Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:53:00.156Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T03:53:00.156Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:53:00.156Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:00.157Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:00.157Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370780155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:01.159Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T03:53:01.159Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T03:53:01.159Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:53:01.159Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:01.160Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:01.160Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370781159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:02.161Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:53:02.183Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:02.187Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:53:02.197Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:53:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679370770988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370779110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370780155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370781159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T03:53:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:53:32.197Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:53:32.209Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T03:53:32.209Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T03:53:32.210Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T03:53:32.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:53:32.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T03:53:32.228Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd6dd580-11a5-4118-a0b2-ff9ddcf2ac88], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T03:53:32.234Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:53:32.366Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:53:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-03:53:31:754-94779], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:53:32.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:53:32.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T03:53:32.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:53:32.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370812380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:53:33.413Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:53:33.413Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:53:33.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:33.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:33.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:33.414Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:34.415Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:34.416Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:34.416Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:34.416Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:35.417Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:35.417Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:35.417Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:35.417Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:36.419Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:36.419Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:36.420Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:36.420Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:37.421Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:37.421Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:37.422Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:37.422Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:38.423Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:38.424Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:38.424Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:38.424Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:39.424Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:39.425Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:39.425Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:39.425Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:40.426Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:53:40.426Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:40.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:40.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:41.427Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T03:53:41.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:53:41.428Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T03:53:41.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:53:41.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:53:41.477Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:53:41.477Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:53:41.477Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:53:41.478Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:41.478Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:53:41.478Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:41.752Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:53:41.753Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:41.754Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370821754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:42.755Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:53:42.756Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:53:42.756Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:42.756Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:42.757Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:42.757Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:42.833Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1833833588474812860/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.386Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:53:43.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T03:53:43.436Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T03:53:43.436Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:53:43.436Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T03:53:43.436Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:53:43.437Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:43.437Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:43.437Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370823436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:44.438Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T03:53:44.439Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T03:53:44.439Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:53:44.439Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:53:44.439Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:53:44.439Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370824438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:53:45.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:53:45.467Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:53:45.471Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:53:45.471Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:53:45.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:53:45.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:54:15.485Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:54:15.497Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T03:54:15.498Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T03:54:15.498Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T03:54:15.504Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:54:15.523Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T03:54:15.523Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15fc4970-3f92-4f0b-b93a-cb2e2fa30eb0], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T03:54:15.530Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:54:15.679Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:54:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-03:54:15:050-60624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:54:15.680Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:54:15.680Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T03:54:15.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:54:15.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:15.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370855692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:54:16.722Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:54:16.723Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:54:16.723Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:16.724Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:16.724Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:16.724Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:17.725Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:17.725Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:17.726Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:17.726Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:18.727Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:18.728Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:18.728Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:18.728Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:19.729Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:19.729Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:19.729Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:19.729Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679370812380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370821754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370823436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370824438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679370855692, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:54:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:54:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:54:20.731Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:20.731Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:20.731Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:20.731Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:21.733Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:21.733Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:21.733Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:21.733Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:22.735Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:22.735Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:22.736Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:22.736Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:23.737Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:54:23.737Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:23.737Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:23.737Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:24.739Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T03:54:24.739Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:54:24.739Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T03:54:24.740Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:54:24.740Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:54:24.785Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:54:24.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:54:24.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:54:24.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:24.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:54:24.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:25.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:54:25.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:25.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370865082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:26.084Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:54:26.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:54:26.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.196Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11127860127337282700/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T03:54:26.731Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.732Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.733Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:54:26.734Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T03:54:26.785Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T03:54:26.785Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:54:26.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T03:54:26.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:54:26.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:26.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:26.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370866785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:27.787Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T03:54:27.788Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T03:54:27.788Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:54:27.788Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:27.788Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:27.788Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370867787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:54:28.789Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:54:28.820Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:54:28.824Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:54:28.825Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:54:28.825Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:54:28.825Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:54:28.838Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:54:58.838Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:54:58.851Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T03:54:58.851Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T03:54:58.851Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T03:54:58.858Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:54:58.874Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:54:58.875Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T03:54:58.883Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:54:59.026Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T03:54:59.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:54:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[188464], x-aai-txid=[0-aai-resources-230321-03:54:58:403-92626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:54:59.027Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:54:59.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:54:59.028Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:54:59.040Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T03:54:59.041Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:54:59.041Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:54:59.041Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:54:59.041Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:54:59.041Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370899041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:55:00.073Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:55:00.073Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:55:00.074Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:00.074Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:00.075Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:00.075Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:01.075Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:01.076Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:01.076Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:01.076Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:02.077Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:02.079Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:02.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:02.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:03.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:03.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:03.080Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:03.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:04.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:04.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:04.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:04.081Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:05.082Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:05.083Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:05.083Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:05.083Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:06.084Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:06.084Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:06.084Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:06.084Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:07.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:07.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:07.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:07.085Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:08.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:08.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:08.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:08.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:09.087Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:09.087Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:09.087Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:09.087Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:10.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T03:55:10.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:55:10.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T03:55:10.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:55:10.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:55:10.137Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:55:10.138Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:10.138Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:55:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:10.466Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:55:10.470Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 163267 2023-03-21T03:55:10.470Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:10.470Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:10.470Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:55:10.471Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:10.471Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:10.471Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370910470, "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-21T03:55:11.471Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:55:11.472Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:11.472Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:11.472Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-21T03:55:11.473Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:11.473Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:11.553Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10705627729821300920/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-21T03:55:12.363Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-BasicCnfMacro-csar.csar 2023-03-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:12.364Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:55:12.365Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.366Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.367Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d686760b-fe9a-447c-8104-886c93a74dc8 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.368Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:12.369Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6a056312-f4dc-4ed6-a378-86c320d33e4f Model Version:NULL Model InvariantUuid:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:99abd414-be49-4fbb-9ccb-a8003dd97628 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:773ac259-6406-4d80-8c54-28e6fd483af1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0e04672d-48aa-405d-a95a-f14ad6702057 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0f278fd7-7f9a-421c-8c60-2f3d19549c24 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e60ef236-0c0a-48f1-80bc-0fe478fd5280 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d686760b-fe9a-447c-8104-886c93a74dc8 ModelInvariantUuid:72728149-6efe-43bb-a680-07cac7ecb973 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ff1d25e2-ea8e-40d9-a597-a14d3ed25068 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b693208f-f032-4b13-a408-05e37bfc1712 ModelInvariantUuid:33570b13-48d7-40ec-98ac-929a08fbcd33 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:83087bc7-b340-4ff3-9f2a-e87e8405deea 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-21T03:55:12.419Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T03:55:12.419Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:12.419Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T03:55:12.420Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:55:12.420Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:12.420Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:12.420Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370912419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:13.421Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T03:55:13.421Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T03:55:13.421Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:55:13.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:13.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:13.422Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370913421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:14.423Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:55:14.454Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:55:14.458Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:14.459Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:55:14.476Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:55:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:55:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:55:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:55:44.476Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:55:44.490Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T03:55:44.491Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T03:55:44.491Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T03:55:44.498Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:55:44.509Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T03:55:44.510Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4505762-7462-4884-978d-016716059764], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T03:55:44.517Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:55:44.657Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:55:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[409768], x-aai-txid=[0-aai-resources-230321-03:55:44:037-91380], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:55:44.657Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:55:44.658Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T03:55:44.658Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:55:44.661Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:55:44.673Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T03:55:44.673Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:55:44.674Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:55:44.674Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:44.674Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:44.674Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370944674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:55:45.706Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:55:45.707Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:55:45.708Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:45.708Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:45.708Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:45.708Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:46.708Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:46.709Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:46.709Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:46.709Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:47.710Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:47.710Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:47.711Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:47.711Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:48.711Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:48.712Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:48.712Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:48.712Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:49.713Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:49.713Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:49.713Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:49.713Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:50.714Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:50.715Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:50.715Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:50.715Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:51.715Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:51.716Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:51.716Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:51.716Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:55:52.716Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:55:52.717Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:52.717Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:52.717Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:53.718Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T03:55:53.719Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:55:53.719Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T03:55:53.719Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:55:53.719Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:55:53.771Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:55:53.772Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:53.772Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:53.772Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T03:55:53.772Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:55:53.772Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T03:55:54.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T03:55:54.223Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 83002 2023-03-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:54.224Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370954224, "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-21T03:55:55.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:55:55.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:55:55.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:55:55.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-21T03:55:55.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:55:55.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:55:55.304Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10468706907259425898/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-21T03:55:56.167Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T03:55:56.167Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:55:56.167Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T03:55:56.167Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T03:55:56.167Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.168Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T03:55:56.169Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T03:55:56.170Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f83988f-7cd0-4334-8ee2-1c31569bc134 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T03:55:56.171Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 Model Version:NULL Model InvariantUuid:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ebb7dbd9-8864-46a2-ad52-e64da95c643d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01aab7db-a739-458b-b752-52023675d06a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dba20726-0b09-4d78-8eb4-d7f35fe3b63a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0cbbdf3e-7445-4647-92c5-67da0b10d86a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f83988f-7cd0-4334-8ee2-1c31569bc134 ModelInvariantUuid:4028190f-9bab-41db-8354-bf3062ceea98 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6052b150-fc40-46c7-a9e7-9bf58613de7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a99bdc7-dc2e-4d98-a474-05ad322a6e13 ModelInvariantUuid:1ed20515-178e-4662-af42-4f1fe9b875eb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0eaeb76a-c725-4b89-945e-7a51b4b737f7 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-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:56.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370956219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:57.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T03:55:57.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T03:55:57.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:55:57.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:55:57.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:55:57.221Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370957220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:55:58.221Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:55:58.251Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:55:58.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T03:55:58.272Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:56:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:56:20.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.526Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.527Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370865082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370866785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370867787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679370899041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:56:20.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370910470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370912419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370913421, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T03:56:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:56:28.273Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:56:28.283Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T03:56:28.284Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T03:56:28.285Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T03:56:28.291Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:56:28.304Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T03:56:28.305Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T03:56:28.312Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T03:56:28.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T03:56:28.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:56:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[249960], x-aai-txid=[1-aai-resources-230321-03:56:27:832-54223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:56:28.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:56:28.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:56:28.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370988468, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:56:29.496Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:56:29.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:56:29.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:29.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:29.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:29.498Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:30.498Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:30.498Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:30.499Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:30.499Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:31.499Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:31.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:31.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:31.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:32.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:32.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:32.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:32.500Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:33.501Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:33.501Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:33.501Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:33.501Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:34.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:34.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:34.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:34.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:35.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:35.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:35.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:35.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:36.506Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:36.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:36.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:36.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "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-21T03:56:37.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:56:37.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:37.507Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:37.508Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:56:38.508Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T03:56:38.508Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:56:38.508Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T03:56:38.509Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T03:56:38.509Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:56:38.560Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a764bb7 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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": [ "TestPnfMacro" ] } } } 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:56:38.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:56:38.584Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:38.584Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:38.584Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370998583, "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-21T03:56:39.584Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:56:39.601Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T03:56:39.602Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:56:39.606Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||test-pnf 0 2023-03-21T03:56:39.607Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T03:56:39.607Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:56:39.607Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:56:39.607Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e593b49e-4f70-4be7-9edf-279148336b7e 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-21T03:56:39.615Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T03:56:39.646Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T03:56:39.653Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e593b49e-4f70-4be7-9edf-279148336b7e 0 ASDC deployResourceStructure 2023-03-21T03:56:39.653Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:56:39.654Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370999654, "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-21T03:56:40.655Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:56:40.678Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:56:40.682Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T03:56:40.682Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T03:56:40.682Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T03:56:40.682Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T03:56:40.683Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:56:40.683Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:56:40.683Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T03:56:40.683Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T03:56:40.683Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T03:56:40.695Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T03:57:10.696Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T03:57:10.703Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T03:57:10.703Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T03:57:10.704Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T03:57:10.710Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T03:57:10.723Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T03:57:10.724Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a966ca9-966b-4a4b-8d6e-d72d51e0f43b], X-ECOMP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-TransactionId=[], X-ONAP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], Content-Type=[application/merge-patch+json]} 2023-03-21T03:57:10.732Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T03:57:10.866Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:57:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[262248], x-aai-txid=[0-aai-resources-230321-03:57:10:252-35992], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T03:57:10.867Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T03:57:10.867Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T03:57:10.867Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T03:57:10.868Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:57:10.879Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T03:57:10.880Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T03:57:10.880Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T03:57:10.881Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:10.881Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:10.881Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371030880, "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-21T03:57:11.910Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T03:57:11.910Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T03:57:11.912Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T03:57:11.913Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 2 disconnected. 2023-03-21T03:57:11.913Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cancelled in-flight METADATA request with correlation id 167073 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T03:57:11.915Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T03:57:11.915Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T03:57:11.915Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:57:11.915Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:57:11.921Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-a223efc5-4cc0-43aa-8311-7006641eddd3 2023-03-21T03:57:11.921Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group. 2023-03-21T03:57:11.921Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T03:57:11.921Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T03:57:13.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:57:16.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:57:19.326Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T03:57:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:20.541Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:57:20.541Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T03:57:20.547Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:57:20.547Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-a223efc5-4cc0-43aa-8311-7006641eddd3', protocol='range'} 2023-03-21T03:57:20.551Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T03:57:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-a223efc5-4cc0-43aa-8311-7006641eddd3=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T03:57:20.567Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-a223efc5-4cc0-43aa-8311-7006641eddd3', protocol='range'} 2023-03-21T03:57:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T03:57:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T03:57:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T03:57:20.568Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T03:57:20.568Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T03:57:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:57:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:57:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:57:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:57:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T03:57:20.573Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:57:20.574Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:57:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:57:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:57:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1618, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T03:57:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T03:57:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T03:57:21.166Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.166Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T03:57:21.168Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:21.168Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:21.168Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:21.169Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:21.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.591Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679370944674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370954224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370956219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T03:57:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370957220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679370988468, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370327017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370998583, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679370999654, "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-21T03:57:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371030880, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:57:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:57:22.169Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:22.170Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:22.170Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:22.170Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:23.171Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:23.171Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:23.171Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:23.171Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:24.171Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:24.172Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:24.172Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:24.172Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:25.173Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:25.173Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:25.173Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:25.173Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:26.174Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:26.174Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:26.174Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:26.175Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:27.175Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T03:57:27.175Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:27.175Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:27.175Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:28.176Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T03:57:28.176Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T03:57:28.176Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T03:57:28.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T03:57:28.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T03:57:28.216Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T03:57:28.216Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:57:28.216Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T03:57:28.216Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:57:28.216Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:57:28.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@375d1837 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:57:28.246Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:28.247Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:28.247Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371048246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:29.247Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T03:57:29.269Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T03:57:29.270Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T03:57:29.274Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T03:57:29.274Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T03:57:29.274Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:57:29.274Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T03:57:29.274Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T03:57:29.287Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a31aa2 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T03:57:29.288Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371049288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:57:30.289Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T03:57:30.289Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:57:30.310Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:57:30.314Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:57:30.314Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:58:00.314Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:58:00.335Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:58:00.339Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:58:00.339Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:58:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:58:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T03:58:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371048246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371049288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T03:58:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T03:58:30.340Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:58:30.359Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:58:30.362Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:58:30.363Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:59:00.363Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:59:00.386Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:59:00.390Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:59:00.390Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T03:59:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T03:59:30.390Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:59:30.415Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T03:59:30.422Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T03:59:30.422Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:00:00.423Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:00:00.443Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:00:00.447Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:00:00.447Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:00:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:00:30.447Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:00:30.470Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:00:30.475Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:00:30.475Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:01:00.476Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:01:00.495Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:01:00.499Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:01:00.500Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:01:20.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:01:30.500Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:01:30.521Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:01:30.525Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:01:30.525Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:02:00.525Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:02:00.547Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:02:00.551Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:02:00.551Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:02:20.528Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:21.187Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T04:02:21.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-a223efc5-4cc0-43aa-8311-7006641eddd3 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T04:02:21.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T04:02:21.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T04:02:23.955Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:02:23.969Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:02:23.969Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:02:23.975Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:02:23.976Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:02:23.992Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:02:23.992Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:02:23.993Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:02:23.997Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:02:23.997Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:02:23.997Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:02:23.998Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1652, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:02:23.998Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:02:23.998Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:02:30.552Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T04:02:30.552Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:02:30.560Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T04:02:30.560Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T04:02:30.561Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T04:02:30.566Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:02:30.630Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T04:02:30.630Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58e4ae18-40c4-43b7-b8b3-23a6ace1da2a], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T04:02:30.638Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:02:30.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 04:02:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[25], x-aai-txid=[1-aai-resources-230321-04:02:30:158-41931], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:02:30.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T04:02:30.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T04:02:30.672Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:02:30.673Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:02:30.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:02:30.674Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:02:30.685Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T04:02:30.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:02:30.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T04:02:30.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:30.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:30.686Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371350686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:30.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:02:30.702Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371350686, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T04:02:30.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:31.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:32.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:02:32.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:32.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:32.720Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:33.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T04:02:33.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:02:33.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T04:02:33.724Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T04:02:33.724Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:02:33.765Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:02:33.766Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:02:33.766Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:02:33.766Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:02:33.767Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:02:33.767Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:02:33.800Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:02:33.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6eae222f 2023-03-21T04:02:33.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:02:33.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T04:02:33.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:33.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371353802, "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-21T04:02:34.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T04:02:34.846Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T04:02:34.847Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:02:34.847Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T04:02:34.847Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:02:34.847Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:34.847Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:34.848Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371354846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:35.848Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:02:35.849Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T04:02:35.849Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:02:35.849Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:02:35.849Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:02:35.849Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371355848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:02:36.850Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:02:36.876Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:02:36.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:02:36.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:02:36.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:02:36.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:02:36.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:02:36.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:02:36.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:02:36.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:02:36.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:02:36.897Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:03:06.898Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:03:06.909Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T04:03:06.909Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T04:03:06.910Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T04:03:06.915Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:03:06.930Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T04:03:06.930Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12f25bbb-1ea2-40ac-bceb-489839f9c539], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T04:03:06.940Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:03:07.078Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:03:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-04:03:06:461-7659], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:03:07.079Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:03:07.080Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:03:07.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:03:07.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:03:07.093Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T04:03:07.093Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:03:07.094Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:03:07.094Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:07.094Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:07.094Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371387094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:03:08.118Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:03:08.118Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:03:08.118Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:08.118Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:08.118Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:08.119Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:09.120Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:09.120Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:09.120Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:09.121Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:10.122Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:10.122Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:10.122Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:10.122Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:11.124Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:11.124Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:11.124Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:11.125Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:12.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:12.126Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:12.127Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:12.127Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:13.128Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:13.128Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:13.128Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:13.129Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:14.129Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:14.130Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:14.130Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:14.130Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:15.131Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:15.131Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:15.131Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:15.131Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:16.132Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T04:03:16.132Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:03:16.133Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T04:03:16.133Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:03:16.133Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:03:16.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:03:16.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:03:16.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:03:16.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:16.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:03:16.176Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:16.468Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:03:16.469Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:16.470Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371396469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:17.472Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:03:17.473Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:03:17.473Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:17.475Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:17.475Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:17.475Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:17.549Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1124822051334627781/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T04:03:18.105Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:03:18.106Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:03:18.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T04:03:18.159Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:18.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371398160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:19.161Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:03:19.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T04:03:19.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:03:19.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:19.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:19.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371399161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:20.164Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:03:20.183Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:03:20.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:03:20.198Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:03:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371353802, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371354846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371355848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371387094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:03:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371396469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371398160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371399161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T04:03:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:03:50.199Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:03:50.206Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T04:03:50.206Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T04:03:50.206Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T04:03:50.211Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:03:50.221Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T04:03:50.221Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[696bd8a9-f827-4484-87e4-198bd1be7a5f], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T04:03:50.227Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:03:50.361Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:03:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-04:03:49:748-43626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:03:50.362Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:03:50.362Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:03:50.363Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:03:50.365Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:03:50.376Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T04:03:50.376Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:03:50.376Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:03:50.377Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:50.377Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:50.377Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371430376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:03:51.409Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:03:51.409Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:03:51.410Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:51.410Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:51.410Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:51.410Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:52.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:52.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:52.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:52.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:53.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:53.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:53.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:53.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:54.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:54.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:54.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:54.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:55.415Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:55.415Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:55.416Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:55.416Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:56.416Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:56.417Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:56.417Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:56.418Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:03:57.418Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:03:57.419Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:57.419Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:57.419Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:03:58.420Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T04:03:58.420Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:03:58.420Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T04:03:58.420Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:03:58.421Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:03:58.467Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:03:58.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:03:58.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:03:58.468Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:03:58.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:03:58.469Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:03:58.496Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:03:58.496Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6bd4805b 2023-03-21T04:03:58.496Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:03:58.496Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:58.497Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:58.498Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371438497, "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-21T04:03:59.498Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T04:03:59.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T04:03:59.548Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:03:59.548Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T04:03:59.548Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:03:59.549Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:03:59.549Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:03:59.549Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371439548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:00.550Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:04:00.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T04:04:00.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:04:00.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:00.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:00.551Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371440550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:01.552Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:04:01.578Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:01.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:01.584Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:04:01.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:04:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371430376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:04:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:04:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371438497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371439548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371440550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T04:04:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:04:31.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:04:31.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T04:04:31.608Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T04:04:31.609Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T04:04:31.616Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:04:31.629Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:04:31.629Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T04:04:31.636Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:04:31.767Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T04:04:31.768Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:04:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-04:04:31:156-8901], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:04:31.768Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:04:31.769Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:04:31.769Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:04:31.778Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T04:04:31.779Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:04:31.779Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:04:31.779Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:31.779Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:31.779Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371471779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:04:32.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:04:32.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:04:32.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:32.806Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:32.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:32.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:33.807Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:33.808Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:33.808Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:33.808Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:34.808Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:34.809Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:34.809Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:34.809Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:35.809Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:35.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:35.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:35.810Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:36.811Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:36.811Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:36.811Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:36.811Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:37.812Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:37.813Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:37.813Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:37.813Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:38.814Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:38.814Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:38.814Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:38.815Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:39.815Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:04:39.815Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:39.815Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:39.816Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:40.816Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T04:04:40.817Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:04:40.817Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T04:04:40.817Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:04:40.817Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:04:40.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:04:40.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:04:40.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:04:40.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:40.855Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:04:40.856Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:41.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:04:41.146Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T04:04:41.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:04:41.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:41.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:04:41.148Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:41.148Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:41.148Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371481147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:42.149Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:04:42.149Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:04:42.150Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.150Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.150Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.151Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.253Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14903845529423335882/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T04:04:42.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:04:42.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:04:42.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.822Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.823Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.824Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:04:42.825Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T04:04:42.870Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:42.871Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371482871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:43.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:04:43.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T04:04:43.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:04:43.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:04:43.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:04:43.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371483873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:04:44.875Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:04:44.897Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:04:44.901Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:04:44.912Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:05:14.913Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:05:14.925Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T04:05:14.925Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T04:05:14.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T04:05:14.933Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:05:14.946Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:05:14.947Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T04:05:14.954Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:05:15.094Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:05:15.095Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:05:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-04:05:14:476-26922], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:05:15.095Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:05:15.096Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:05:15.096Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:15.105Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371515105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:05:16.134Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:05:16.135Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:05:16.135Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:16.135Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:16.135Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:16.136Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:17.136Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:17.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:17.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:17.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:18.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:18.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:18.137Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:18.138Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:19.138Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:19.138Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:19.138Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:19.139Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:20.139Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:20.139Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:20.139Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:20.139Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:20.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.531Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371471779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371481147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:05:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371482871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T04:05:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371483873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371515105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:05:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:05:21.140Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:21.140Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:21.140Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:21.141Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:22.141Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:22.142Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:22.142Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:22.143Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:23.143Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:23.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:23.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:23.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:24.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T04:05:24.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:05:24.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T04:05:24.146Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:05:24.146Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:05:24.190Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:05:24.191Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:05:24.191Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:05:24.191Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:24.191Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:05:24.192Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:24.503Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:05:24.505Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T04:05:24.505Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:05:24.505Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:24.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:05:24.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:24.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:24.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371524505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:25.507Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:05:25.507Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:05:25.507Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:25.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:25.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:25.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:25.588Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11335995415046254627/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.151Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:05:26.152Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.153Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:05:26.154Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:05:26.154Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T04:05:26.208Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T04:05:26.208Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:05:26.209Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T04:05:26.209Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:05:26.209Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:26.209Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:26.209Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371526208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:27.210Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:05:27.210Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T04:05:27.210Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:05:27.210Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:27.210Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:27.211Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371527210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:05:28.211Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:05:28.235Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:05:28.240Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:05:28.241Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:05:28.254Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:05:58.255Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:05:58.267Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T04:05:58.267Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T04:05:58.268Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T04:05:58.274Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:05:58.288Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:05:58.290Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T04:05:58.298Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:05:58.442Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T04:05:58.443Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:05:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-04:05:57:820-78146], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:05:58.444Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:05:58.445Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:05:58.445Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:05:58.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T04:05:58.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:05:58.458Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:05:58.458Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:58.459Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:58.459Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371558458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:05:59.490Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:05:59.491Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:05:59.491Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:05:59.492Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:05:59.492Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:05:59.492Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:00.493Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:00.493Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:00.493Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:00.494Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:01.494Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:01.495Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:01.495Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:01.495Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:02.495Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:02.496Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:02.496Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:02.496Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:03.496Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:03.497Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:03.497Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:03.497Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:04.497Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:04.498Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:04.498Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:04.498Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:05.499Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:05.499Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:05.499Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:05.499Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:06.500Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:06.500Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:06.500Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:06.501Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:07.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:07.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:07.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:07.506Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:08.507Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:08.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:08.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:08.508Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:09.509Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T04:06:09.509Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:06:09.509Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T04:06:09.510Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:06:09.510Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:06:09.561Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:06:09.562Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:09.562Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:09.562Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:09.562Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:06:09.563Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:09.890Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:06:09.893Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 163267 2023-03-21T04:06:09.893Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:09.894Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:09.894Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:06:09.894Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:09.894Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:09.894Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371569893, "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-21T04:06:10.895Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:06:10.896Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:10.896Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:10.896Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-21T04:06:10.897Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:10.897Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:10.979Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10316843439625895538/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-BasicCnfMacro-csar.csar 2023-03-21T04:06:11.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.860Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.861Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d686760b-fe9a-447c-8104-886c93a74dc8 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:11.862Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:11.863Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6a056312-f4dc-4ed6-a378-86c320d33e4f Model Version:NULL Model InvariantUuid:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:99abd414-be49-4fbb-9ccb-a8003dd97628 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:773ac259-6406-4d80-8c54-28e6fd483af1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0e04672d-48aa-405d-a95a-f14ad6702057 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0f278fd7-7f9a-421c-8c60-2f3d19549c24 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e60ef236-0c0a-48f1-80bc-0fe478fd5280 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d686760b-fe9a-447c-8104-886c93a74dc8 ModelInvariantUuid:72728149-6efe-43bb-a680-07cac7ecb973 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ff1d25e2-ea8e-40d9-a597-a14d3ed25068 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b693208f-f032-4b13-a408-05e37bfc1712 ModelInvariantUuid:33570b13-48d7-40ec-98ac-929a08fbcd33 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:83087bc7-b340-4ff3-9f2a-e87e8405deea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:11.918Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:11.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371571918, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:12.919Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371572919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:13.920Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:06:13.943Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:06:13.948Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:06:13.948Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:06:13.948Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:13.949Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:06:13.964Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:06:20.525Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371524505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371526208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371527210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T04:06:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371558458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371569893, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371571918, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371572919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T04:06:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:06:43.964Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:06:43.978Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T04:06:43.978Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T04:06:43.979Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T04:06:43.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:06:43.997Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T04:06:43.998Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e58ead2-bb9b-490b-9cbe-e90ef625ca13], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T04:06:44.006Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:06:44.143Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:06:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[409768], x-aai-txid=[2-aai-resources-230321-04:06:43:528-28703], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:06:44.144Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:06:44.144Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:06:44.145Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:06:44.145Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:06:44.156Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T04:06:44.157Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:06:44.158Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:06:44.158Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:44.158Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:44.158Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371604157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:06:45.189Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:06:45.189Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:06:45.190Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:45.190Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:45.190Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:45.190Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:46.191Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:46.192Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:46.192Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:46.192Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:47.193Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:47.193Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:47.193Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:47.194Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:48.195Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:48.195Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:48.195Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:48.196Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:49.197Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:49.197Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:49.197Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:49.197Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:50.198Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:50.199Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:50.199Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:50.199Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:51.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:51.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:51.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:51.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:06:52.201Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:06:52.202Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:52.202Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:52.202Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:53.203Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T04:06:53.203Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:06:53.203Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T04:06:53.204Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:06:53.204Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:06:53.245Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:06:53.246Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:53.246Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:53.246Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:06:53.246Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:06:53.246Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:06:53.558Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:06:53.560Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 83002 2023-03-21T04:06:53.560Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:53.560Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:53.561Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:06:53.561Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:53.561Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:53.561Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371613560, "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-21T04:06:54.562Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:06:54.563Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:06:54.563Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:06:54.563Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-21T04:06:54.564Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:06:54.564Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:06:54.645Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14054891073520802564/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-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:06:55.502Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T04:06:55.503Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T04:06:55.504Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f83988f-7cd0-4334-8ee2-1c31569bc134 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:06:55.505Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 Model Version:NULL Model InvariantUuid:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ebb7dbd9-8864-46a2-ad52-e64da95c643d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01aab7db-a739-458b-b752-52023675d06a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dba20726-0b09-4d78-8eb4-d7f35fe3b63a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0cbbdf3e-7445-4647-92c5-67da0b10d86a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f83988f-7cd0-4334-8ee2-1c31569bc134 ModelInvariantUuid:4028190f-9bab-41db-8354-bf3062ceea98 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6052b150-fc40-46c7-a9e7-9bf58613de7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a99bdc7-dc2e-4d98-a474-05ad322a6e13 ModelInvariantUuid:1ed20515-178e-4662-af42-4f1fe9b875eb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0eaeb76a-c725-4b89-945e-7a51b4b737f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T04:06:55.555Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T04:06:55.555Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:55.555Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T04:06:55.555Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:06:55.556Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:55.556Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:55.556Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371615555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:56.556Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:06:56.557Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T04:06:56.557Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:06:56.557Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:06:56.557Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:06:56.557Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371616556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:06:57.558Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:06:57.585Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:57.590Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:06:57.591Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:06:57.604Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:07:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371604157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:07:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371613560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371615555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T04:07:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:20.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T04:07:20.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371616556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T04:07:20.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:07:27.604Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:07:27.615Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T04:07:27.615Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T04:07:27.616Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T04:07:27.621Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:07:27.636Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T04:07:27.636Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e30a8e37-0f65-4bee-9bbc-da7e0a667181], X-ECOMP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-TransactionId=[], X-ONAP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], Content-Type=[application/merge-patch+json]} 2023-03-21T04:07:27.643Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:07:27.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:07:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[249960], x-aai-txid=[2-aai-resources-230321-04:07:27:163-78736], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:07:27.781Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:07:27.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T04:07:27.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:07:27.782Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:27.797Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371647797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:07:28.825Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:07:28.826Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:07:28.826Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:28.826Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:28.826Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:28.826Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:29.828Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:29.828Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:29.828Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:29.829Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:30.829Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:30.829Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:30.830Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:30.830Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:31.830Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:31.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:31.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:31.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:32.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:32.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:32.831Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:32.832Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:33.832Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:33.833Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:33.833Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:33.833Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:34.833Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:34.834Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:34.834Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:34.834Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:35.834Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:35.835Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:35.835Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:35.835Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "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-21T04:07:36.835Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:07:36.836Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:36.836Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:36.836Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:07:37.837Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T04:07:37.837Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:07:37.837Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T04:07:37.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:07:37.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:07:37.874Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:07:37.874Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:07:37.874Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:07:37.874Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:07:37.874Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:07:37.875Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@403318af 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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": [ "TestPnfMacro" ] } } } 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:37.896Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371657896, "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-21T04:07:38.897Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:07:38.914Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T04:07:38.915Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:07:38.919Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||test-pnf 0 2023-03-21T04:07:38.919Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T04:07:38.919Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:07:38.919Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:07:38.919Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e593b49e-4f70-4be7-9edf-279148336b7e 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-21T04:07:38.926Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:07:38.956Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:07:38.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e593b49e-4f70-4be7-9edf-279148336b7e 0 ASDC deployResourceStructure 2023-03-21T04:07:38.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:07:38.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:07:38.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:07:38.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:07:38.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:07:38.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:07:38.965Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371658964, "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-21T04:07:39.965Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:07:39.988Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:07:39.991Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:07:39.991Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T04:07:39.992Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:07:40.002Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:08:10.002Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:08:10.013Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:08:10.013Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T04:08:10.014Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T04:08:10.020Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:08:10.032Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T04:08:10.033Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4477eb07-4433-44ad-bd09-3dd2ebd7a29e], X-ECOMP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-TransactionId=[], X-ONAP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], Content-Type=[application/merge-patch+json]} 2023-03-21T04:08:10.040Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:08:10.185Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:08:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[262248], x-aai-txid=[2-aai-resources-230321-04:08:09:562-52758], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:08:10.185Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:08:10.186Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T04:08:10.186Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:08:10.187Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:08:10.194Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T04:08:10.194Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T04:08:10.195Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:08:10.195Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:10.195Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:10.195Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371690195, "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-21T04:08:11.225Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T04:08:11.225Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T04:08:11.226Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 0 disconnected. 2023-03-21T04:08:11.226Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 2 disconnected. 2023-03-21T04:08:11.226Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cancelled in-flight METADATA request with correlation id 167190 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T04:08:11.227Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T04:08:11.227Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T04:08:11.227Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:08:11.227Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:08:11.232Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-37f33c50-8bc7-4cd7-8cdd-ef47e9259eac 2023-03-21T04:08:11.232Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group. 2023-03-21T04:08:11.232Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T04:08:11.233Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:08:13.144Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:08:16.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:08:19.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:08:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:20.539Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:08:20.540Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:08:20.546Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-37f33c50-8bc7-4cd7-8cdd-ef47e9259eac', protocol='range'} 2023-03-21T04:08:20.546Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:08:20.551Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.551Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.551Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.551Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.552Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.552Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:08:20.552Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-37f33c50-8bc7-4cd7-8cdd-ef47e9259eac=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T04:08:20.565Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:08:20.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-37f33c50-8bc7-4cd7-8cdd-ef47e9259eac', protocol='range'} 2023-03-21T04:08:20.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T04:08:20.566Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:08:20.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:08:20.567Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:08:20.571Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:08:20.571Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:08:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:08:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:08:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:08:20.571Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:08:20.572Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:08:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:08:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:08:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1731, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:08:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:08:20.573Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:08:21.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.591Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371647797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:08:21.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.592Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.593Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.594Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371031910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371657896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371658964, "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-21T04:08:21.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371690195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T04:08:21.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:08:21.665Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:08:21.666Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:08:21.666Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:21.666Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:21.667Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:21.667Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:22.667Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:22.667Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:22.668Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:22.668Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:23.668Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:23.669Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:23.669Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:23.669Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:24.669Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:24.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:24.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:24.670Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:25.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:25.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:25.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:25.671Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:26.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:26.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:26.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:26.672Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:27.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:08:27.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:27.673Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:27.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:28.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T04:08:28.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:08:28.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T04:08:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:08:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:08:28.722Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:08:28.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:08:28.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:08:28.723Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:08:28.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:08:28.724Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:08:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:08:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e078bc 2023-03-21T04:08:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:08:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:08:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:08:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T04:08:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T04:08:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:08:28.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:28.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:28.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371708756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:29.758Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:08:29.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T04:08:29.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:08:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T04:08:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T04:08:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:08:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:08:29.787Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:08:29.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:08:29.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@575c27dd 2023-03-21T04:08:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:08:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:08:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:08:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T04:08:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T04:08:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:08:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:08:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:08:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371709803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:08:30.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:08:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:08:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:08:30.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:08:30.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:09:00.839Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:09:00.862Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:09:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:09:00.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:09:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:09:20.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:09:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:09:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:09:30.867Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:09:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:09:30.897Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:09:30.898Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:10:00.898Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:10:00.926Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:10:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:10:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:10:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:10:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:10:20.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:10:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371708756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:10:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:10:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679371709803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:10:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:10:30.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:10:30.958Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:10:30.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:10:30.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:11:00.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:11:00.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:11:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:11:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:11:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:11:30.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:11:31.018Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:11:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:11:31.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:12:01.023Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:12:01.062Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:12:01.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:12:01.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:12:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:12:31.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:12:31.097Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:12:31.101Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:12:31.101Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:13:01.102Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:13:01.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:13:01.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:13:01.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:13:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:21.728Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T04:13:21.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-37f33c50-8bc7-4cd7-8cdd-ef47e9259eac sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T04:13:21.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T04:13:21.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T04:13:24.098Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:13:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:13:24.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:13:24.130Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:13:24.130Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:13:24.143Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:13:24.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:13:24.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:13:24.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:13:24.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:13:24.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:13:24.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1753, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:13:24.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:13:24.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:13:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T04:13:31.131Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:13:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T04:13:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T04:13:31.140Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T04:13:31.146Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:13:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:13:31.158Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T04:13:31.166Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:13:31.201Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T04:13:31.201Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 04:13:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[32], x-aai-txid=[1-aai-resources-230321-04:13:30:687-36945], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:13:31.207Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T04:13:31.211Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:13:31.211Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:13:31.212Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:13:31.212Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:31.217Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372011217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:31.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:13:31.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372011217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T04:13:31.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:13:32.247Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:13:32.248Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:13:32.248Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:13:32.248Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:32.248Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:32.248Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:33.249Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:13:33.249Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:33.249Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:33.249Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:34.250Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T04:13:34.250Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:13:34.250Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T04:13:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T04:13:34.250Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:13:34.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:13:34.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:13:34.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:13:34.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:13:34.297Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:13:34.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:13:34.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:13:34.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c7d0aae 2023-03-21T04:13:34.334Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|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": [ "BasicNetwork" ] } } } 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:34.335Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372014335, "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-21T04:13:35.336Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T04:13:35.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T04:13:35.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:13:35.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T04:13:35.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:13:35.385Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:35.386Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:35.386Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372015385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:36.387Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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-21T04:13:36.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T04:13:36.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:13:36.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:13:36.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:13:36.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372016387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:13:37.389Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:13:37.407Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:13:37.412Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:13:37.413Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:13:37.413Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:13:37.413Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:13:37.423Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:14:07.424Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:14:07.435Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T04:14:07.435Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T04:14:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T04:14:07.439Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:14:07.449Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:14:07.449Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T04:14:07.457Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:14:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:14:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:14:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-04:14:06:978-9507], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:14:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:14:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:14:07.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:07.603Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372047603, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:14:08.629Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:14:08.629Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:14:08.630Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:08.630Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:08.630Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:08.630Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:09.631Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:09.631Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:09.632Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:09.632Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:10.633Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:10.633Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:10.634Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:10.634Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:11.635Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:11.635Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:11.635Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:11.636Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:12.636Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:12.637Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:12.637Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:12.637Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:13.638Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:13.638Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:13.638Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:13.639Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:14.639Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:14.639Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:14.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:14.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:15.640Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:15.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:15.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:15.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:16.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T04:14:16.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:14:16.642Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T04:14:16.642Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:14:16.643Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:14:16.688Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:14:16.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:14:16.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:14:16.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:16.689Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:14:16.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:17.039Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:14:17.041Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:17.042Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372057042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:18.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:14:18.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:14:18.043Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.044Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.044Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.044Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.145Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14041275458996156886/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T04:14:18.657Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.658Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:14:18.659Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:14:18.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T04:14:18.711Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T04:14:18.711Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:14:18.711Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T04:14:18.712Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:14:18.712Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:18.712Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:18.712Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372058711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:19.712Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:14:19.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T04:14:19.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:14:19.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:19.713Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:19.714Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372059712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:14:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372014335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372015385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372016387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372047603, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372057042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372058711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372059712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T04:14:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:14:20.715Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:14:20.739Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:14:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:14:20.742Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:14:20.743Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:14:20.754Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:14:50.755Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:14:50.764Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T04:14:50.765Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T04:14:50.765Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T04:14:50.771Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:14:50.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:14:50.785Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T04:14:50.792Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:14:51.107Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:14:51.108Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:14:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[310], vertex-id=[205016], x-aai-txid=[1-aai-resources-230321-04:14:50:313-59742], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:14:51.109Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:14:51.110Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:14:51.110Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:14:51.118Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T04:14:51.119Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:14:51.119Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:14:51.119Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:51.119Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:51.119Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372091119, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:14:52.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:14:52.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:14:52.154Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:52.154Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:52.154Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:52.154Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:53.155Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:53.156Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:53.156Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:53.156Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:54.157Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:54.157Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:54.157Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:54.157Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:55.159Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:55.159Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:55.159Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:55.159Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:56.160Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:56.161Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:56.161Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:56.161Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:57.162Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:57.163Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:57.163Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:57.163Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:14:58.165Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:14:58.165Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:58.165Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:58.165Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:14:59.166Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T04:14:59.167Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:14:59.167Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T04:14:59.167Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:14:59.167Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:14:59.213Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:14:59.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:14:59.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:14:59.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:14:59.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:14:59.214Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1994abb9 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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": [ "BasicVm" ] } } } 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:14:59.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:14:59.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:14:59.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:14:59.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372099237, "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-21T04:15:00.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:00.292Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372100292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:01.293Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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-21T04:15:01.293Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T04:15:01.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:15:01.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:01.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:01.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372101293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:02.294Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:15:02.320Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:02.325Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:02.326Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:15:02.340Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:15:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372091119, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:15:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372099237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372100292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372101293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T04:15:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:15:32.340Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:15:32.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T04:15:32.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T04:15:32.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T04:15:32.358Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:15:32.372Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:15:32.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T04:15:32.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:15:32.516Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T04:15:32.516Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:15:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-04:15:31:901-49887], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:15:32.517Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:15:32.517Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:15:32.517Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:32.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372132525, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:15:33.556Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:15:33.556Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:15:33.557Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:33.557Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:33.557Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:33.557Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:34.558Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:34.559Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:34.559Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:34.559Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:35.560Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:35.560Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:35.561Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:35.561Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:36.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:36.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:36.562Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:36.563Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:37.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:37.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:37.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:37.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:38.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:38.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:38.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:38.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:39.566Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:39.566Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:39.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:39.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:40.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:15:40.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:40.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:40.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:41.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T04:15:41.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:15:41.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T04:15:41.569Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:15:41.569Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:15:41.619Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:15:41.619Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:15:41.619Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:15:41.619Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:41.620Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:15:41.620Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:41.922Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:15:41.925Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:41.926Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372141926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:42.930Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:15:42.930Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:15:42.930Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:42.930Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:42.931Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:42.931Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.034Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17728009182496216632/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T04:15:43.546Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.547Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:15:43.548Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:15:43.549Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T04:15:43.590Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:43.591Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372143591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:44.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:15:44.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T04:15:44.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:15:44.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:15:44.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:15:44.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372144592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:15:45.594Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:15:45.622Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:15:45.627Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:15:45.627Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:15:45.627Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:15:45.628Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:15:45.644Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:16:15.645Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:16:15.652Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T04:16:15.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T04:16:15.653Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T04:16:15.658Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:16:15.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T04:16:15.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[640aa7c5-76e5-4cda-8582-a5ad334bb259], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T04:16:15.685Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:16:15.865Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:16:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-04:16:15:208-79021], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:16:15.865Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:16:15.866Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:16:15.866Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:16:15.866Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:16:15.875Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T04:16:15.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:16:15.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:16:15.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:15.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:15.876Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372175876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:16:16.902Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:16:16.902Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:16:16.903Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:16.903Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:16.903Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:16.904Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:17.904Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:17.905Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:17.905Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:17.905Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:18.906Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:18.906Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:18.906Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:18.906Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:19.907Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:19.907Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:19.907Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:19.907Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372132525, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:16:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372141926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372143591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372144592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372175876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:16:20.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:16:20.908Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:20.909Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:20.909Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:20.909Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:21.910Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:21.910Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:21.911Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:21.911Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:22.912Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:22.912Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:22.913Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:22.913Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:23.914Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:16:23.914Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:23.914Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:23.914Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:24.915Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T04:16:24.915Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:16:24.916Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T04:16:24.916Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:16:24.916Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:16:24.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:16:24.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:16:24.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:16:24.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:24.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:16:24.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:25.264Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:16:25.264Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T04:16:25.264Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:16:25.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:25.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:16:25.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:25.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:25.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372185264, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:26.265Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:16:26.266Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:16:26.266Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.266Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.267Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.267Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.337Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1355963004275011045/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T04:16:26.885Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:16:26.886Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.887Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:16:26.888Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T04:16:26.935Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:26.936Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372186936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:27.937Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:16:27.937Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T04:16:27.937Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:16:27.938Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:27.938Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:27.939Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372187937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:16:28.939Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:16:28.963Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:16:28.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:16:28.980Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:16:58.980Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:16:58.991Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T04:16:58.992Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T04:16:58.992Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T04:16:58.999Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:16:59.011Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T04:16:59.012Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[829804e9-6724-4804-bda9-7816d4e323db], X-ECOMP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-TransactionId=[], X-ONAP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], Content-Type=[application/merge-patch+json]} 2023-03-21T04:16:59.018Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:16:59.173Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:16:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[188464], x-aai-txid=[1-aai-resources-230321-04:16:58:539-8993], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:16:59.174Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:16:59.174Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T04:16:59.174Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:16:59.174Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:16:59.184Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T04:16:59.185Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:16:59.185Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:16:59.185Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:16:59.185Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:16:59.185Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372219185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:17:00.215Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:17:00.216Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:17:00.216Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:00.216Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:00.217Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:00.217Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:01.217Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:01.218Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:01.218Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:01.218Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:02.219Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:02.219Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:02.219Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:02.220Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:03.221Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:03.221Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:03.221Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:03.221Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:04.222Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:04.222Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:04.222Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:04.222Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:05.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:05.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:05.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:05.223Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:06.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:06.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:06.224Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:06.225Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:07.225Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:07.225Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:07.225Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:07.225Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:08.226Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:08.226Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:08.226Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:08.226Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:09.227Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:09.227Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:09.227Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:09.228Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:10.228Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T04:17:10.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:17:10.229Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T04:17:10.230Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:17:10.230Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:17:10.272Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:17:10.273Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:10.273Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:10.273Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:10.273Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:17:10.273Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:10.570Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:17:10.573Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 163267 2023-03-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:10.574Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372230574, "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-21T04:17:11.575Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:17:11.576Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:11.576Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:11.576Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-21T04:17:11.577Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:11.577Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:11.657Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17521192386139657443/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-21T04:17:12.512Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:17:12.512Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-BasicCnfMacro-csar.csar 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:17:12.513Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:12.514Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d686760b-fe9a-447c-8104-886c93a74dc8 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:12.515Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6a056312-f4dc-4ed6-a378-86c320d33e4f Model Version:NULL Model InvariantUuid:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:99abd414-be49-4fbb-9ccb-a8003dd97628 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:773ac259-6406-4d80-8c54-28e6fd483af1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0e04672d-48aa-405d-a95a-f14ad6702057 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0f278fd7-7f9a-421c-8c60-2f3d19549c24 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e60ef236-0c0a-48f1-80bc-0fe478fd5280 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d686760b-fe9a-447c-8104-886c93a74dc8 ModelInvariantUuid:72728149-6efe-43bb-a680-07cac7ecb973 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ff1d25e2-ea8e-40d9-a597-a14d3ed25068 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b693208f-f032-4b13-a408-05e37bfc1712 ModelInvariantUuid:33570b13-48d7-40ec-98ac-929a08fbcd33 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:83087bc7-b340-4ff3-9f2a-e87e8405deea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T04:17:12.563Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:12.564Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372232564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||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: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:13.566Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372233566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:14.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:17:14.595Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:17:14.599Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:17:14.599Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:17:14.599Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:14.600Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:17:14.613Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:17:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:17:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:17:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:17:44.614Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:17:44.627Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T04:17:44.627Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T04:17:44.628Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T04:17:44.632Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:17:44.642Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T04:17:44.643Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6387476b-a856-449a-a2d9-355688c0f1a2], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T04:17:44.650Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:17:44.780Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:17:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[409768], x-aai-txid=[2-aai-resources-230321-04:17:44:172-11434], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:17:44.780Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:17:44.781Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:17:44.781Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:17:44.781Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:17:44.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T04:17:44.790Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:17:44.790Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:17:44.790Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:44.791Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:44.791Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372264790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:17:45.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:17:45.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:17:45.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:45.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:45.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:45.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:46.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:46.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:46.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:46.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:47.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:47.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:47.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:47.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:48.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:48.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:48.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:48.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:49.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:49.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:49.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:49.825Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:50.825Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:51.827Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:51.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:51.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:51.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:17:52.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:17:52.829Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:52.829Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:52.829Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:53.829Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T04:17:53.830Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:17:53.830Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T04:17:53.830Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:17:53.830Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:17:53.868Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:17:53.868Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:53.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:53.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:17:53.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:17:53.869Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:17:54.458Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-03-21T04:17:54.459Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 83002 2023-03-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:54.460Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372274460, "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-21T04:17:55.461Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:17:55.461Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:17:55.461Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:17:55.462Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-21T04:17:55.462Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:17:55.462Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:17:55.536Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2756854999234996531/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-21T04:17:56.359Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:17:56.359Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:17:56.359Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T04:17:56.359Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-BasicVmMacro-csar.csar 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:17:56.360Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.361Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T04:17:56.362Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f83988f-7cd0-4334-8ee2-1c31569bc134 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:17:56.363Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 Model Version:NULL Model InvariantUuid:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ebb7dbd9-8864-46a2-ad52-e64da95c643d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01aab7db-a739-458b-b752-52023675d06a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dba20726-0b09-4d78-8eb4-d7f35fe3b63a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0cbbdf3e-7445-4647-92c5-67da0b10d86a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f83988f-7cd0-4334-8ee2-1c31569bc134 ModelInvariantUuid:4028190f-9bab-41db-8354-bf3062ceea98 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6052b150-fc40-46c7-a9e7-9bf58613de7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a99bdc7-dc2e-4d98-a474-05ad322a6e13 ModelInvariantUuid:1ed20515-178e-4662-af42-4f1fe9b875eb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0eaeb76a-c725-4b89-945e-7a51b4b737f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T04:17:56.420Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T04:17:56.421Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:56.421Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T04:17:56.421Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:17:56.421Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:56.422Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:56.422Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372276421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:57.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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-21T04:17:57.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||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: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T04:17:57.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:17:57.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:17:57.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:17:57.424Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372277423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:17:58.424Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:17:58.452Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:17:58.456Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:17:58.456Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:17:58.456Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:17:58.456Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:17:58.456Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:58.457Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:58.457Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:58.457Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:17:58.457Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:17:58.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:18:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:18:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372185264, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372186936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372187937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.529Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372219185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:18:20.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.530Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372230574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372232564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:18:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372233566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T04:18:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:18:28.468Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:18:28.986Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T04:18:28.986Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T04:18:28.987Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T04:18:28.989Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:18:29.001Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:18:29.003Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T04:18:29.009Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:18:29.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T04:18:29.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:18:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[207], vertex-id=[249960], x-aai-txid=[1-aai-resources-230321-04:18:28:528-89612], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:18:29.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:18:29.222Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:18:29.223Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:18:29.227Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|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-21T04:18:29.227Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:18:29.227Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:18:29.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:29.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:29.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372309227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:30.256Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:31.257Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:31.257Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:31.257Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:31.257Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:32.258Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:32.258Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:32.259Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:32.259Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:33.259Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:33.259Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:33.260Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:33.260Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:34.260Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:34.260Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:34.261Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:34.261Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:35.261Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:35.262Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:35.262Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:35.262Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:36.262Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:36.263Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:36.263Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:36.263Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:37.264Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:37.264Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:37.264Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:37.264Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "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-21T04:18:38.264Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:18:38.265Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:38.265Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:38.265Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:18:39.266Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T04:18:39.266Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:18:39.266Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T04:18:39.267Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:18:39.268Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:18:39.311Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:18:39.312Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:18:39.312Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-03-21T04:18:39.312Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:18:39.312Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-03-21T04:18:39.312Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:18:39.336Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||GET Response Status 404 2023-03-21T04:18:39.336Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4094e30c 2023-03-21T04:18:39.336Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:18:39.336Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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": [ "TestPnfMacro" ] } } } 2023-03-21T04:18:39.336Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:39.337Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372319336, "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-21T04:18:40.338Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:18:40.355Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T04:18:40.355Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:18:40.359Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||test-pnf 0 2023-03-21T04:18:40.359Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T04:18:40.359Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:18:40.359Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:18:40.360Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e593b49e-4f70-4be7-9edf-279148336b7e 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-21T04:18:40.369Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:18:40.395Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:18:40.400Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e593b49e-4f70-4be7-9edf-279148336b7e 0 ASDC deployResourceStructure 2023-03-21T04:18:40.400Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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$$71520aa9.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-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:18:40.401Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372320401, "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-21T04:18:41.402Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:18:41.429Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:18:41.432Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:18:41.433Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:18:41.433Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T04:18:41.433Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||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-21T04:18:41.448Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:19:11.448Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:19:11.461Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:19:11.461Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T04:19:11.462Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T04:19:11.468Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:19:11.479Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:19:11.479Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T04:19:11.488Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:19:11.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T04:19:11.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:19:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[262248], x-aai-txid=[0-aai-resources-230321-04:19:11:008-22255], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:19:11.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:19:11.630Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:19:11.631Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:19:11.643Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T04:19:11.643Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T04:19:11.643Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:19:11.643Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:11.644Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:11.644Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372351643, "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-21T04:19:12.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T04:19:12.675Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T04:19:12.675Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T04:19:12.676Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 2 disconnected. 2023-03-21T04:19:12.676Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T04:19:12.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T04:19:12.678Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:19:12.678Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:19:12.680Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group. 2023-03-21T04:19:12.683Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-50b4f66e-1b29-415d-9148-dfb3410ace98 2023-03-21T04:19:12.683Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T04:19:12.683Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:19:13.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:19:16.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:19:19.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:19:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:20.540Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:19:20.541Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:19:20.547Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:19:20.548Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-50b4f66e-1b29-415d-9148-dfb3410ace98', protocol='range'} 2023-03-21T04:19:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:19:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-50b4f66e-1b29-415d-9148-dfb3410ace98=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:19:20.567Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-50b4f66e-1b29-415d-9148-dfb3410ace98', protocol='range'} 2023-03-21T04:19:20.567Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:19:20.568Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T04:19:20.568Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:19:20.568Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:19:20.568Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1820, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:19:20.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:19:20.572Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:19:21.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:19:21.165Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:21.165Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:21.165Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:21.165Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:21.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372264790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:19:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372274460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372276421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.592Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372277423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372309227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679371691225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372319336, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372320401, "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-21T04:19:21.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.597Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372351643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T04:19:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:21.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:19:21.598Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:19:21.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:19:22.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:22.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:22.166Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:22.166Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:23.167Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:23.167Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:23.168Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:23.168Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:24.168Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:24.168Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:24.168Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:24.169Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:25.169Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:25.169Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:25.169Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:25.170Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:26.170Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:26.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:26.171Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:26.171Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:27.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:19:27.172Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:27.172Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:27.172Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:28.172Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T04:19:28.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:19:28.173Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T04:19:28.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:19:28.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:19:28.210Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:19:28.210Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:19:28.210Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:19:28.211Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:19:28.211Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:19:28.211Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:19:28.235Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:19:28.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7173b6de 2023-03-21T04:19:28.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:19:28.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:19:28.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:19:28.236Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T04:19:28.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T04:19:28.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:19:28.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:28.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:28.237Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372368236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:29.238Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:19:29.254Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:19:29.254Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:19:29.257Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T04:19:29.258Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T04:19:29.258Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:19:29.258Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:19:29.258Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:19:29.270Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:19:29.270Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65aceb18 2023-03-21T04:19:29.270Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:19:29.270Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:19:29.271Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372369271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:19:30.272Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:19:30.272Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:19:30.296Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:19:30.302Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:19:30.302Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:20:00.302Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:20:00.325Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:20:00.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:20:00.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:20:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:20:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372368236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:20:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:20:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372369271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:20:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:20:30.329Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:20:30.352Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:20:30.356Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:20:30.357Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:21:00.357Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:21:00.377Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:21:00.383Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:21:00.383Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:21:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:21:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T04:21:20.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372447098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "ves-openapi-manager", "timestamp": 1679372442576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372448214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372444028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "multicloud-k8s", "timestamp": 1679372445009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372457494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372469408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372467476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "cds-sdc-listener", "timestamp": 1679372467212, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372467993, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372470412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:21:20.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "policy-distribution-id", "timestamp": 1679372471413, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:21:20.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2537cf5f-88a6-42a3-99ff-d11e744cbdad 2023-03-21T04:21:20.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2537cf5f-88a6-42a3-99ff-d11e744cbdad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:21:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.608Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372469725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:21:20.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.609Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679372470727, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:21:20.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2537cf5f-88a6-42a3-99ff-d11e744cbdad 2023-03-21T04:21:20.622Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2537cf5f-88a6-42a3-99ff-d11e744cbdad and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:21:20.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372472459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:21:20.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:21:20.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:21:20.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "aai-model-loader", "timestamp": 1679372473460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:21:20.655Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2537cf5f-88a6-42a3-99ff-d11e744cbdad 2023-03-21T04:21:20.655Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2537cf5f-88a6-42a3-99ff-d11e744cbdad and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:21:30.384Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:21:30.406Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:21:30.410Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:21:30.410Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:22:00.410Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:22:00.432Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:22:00.436Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:22:00.436Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:22:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:22:30.437Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:22:30.459Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:22:30.464Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:22:30.464Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:23:00.464Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:23:00.483Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:23:00.487Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:23:00.487Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:23:20.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:23:30.487Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:23:30.511Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:23:30.516Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:23:30.516Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:24:00.516Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:24:00.538Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:24:00.543Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:24:00.543Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:24:20.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:21.217Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T04:24:21.218Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-50b4f66e-1b29-415d-9148-dfb3410ace98 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T04:24:21.218Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T04:24:21.218Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T04:24:24.124Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:24:24.140Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:24:24.141Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:24:24.147Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:24:24.148Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:24:24.163Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:24:24.164Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:24:24.164Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:24:24.170Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:24:24.170Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:24:24.170Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:24:24.170Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1918, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:24:24.171Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:24:24.171Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:24:30.543Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T04:24:30.544Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:24:30.552Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T04:24:30.552Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T04:24:30.552Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T04:24:30.558Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:24:30.574Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T04:24:30.575Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a923332-bc25-47d0-bb42-433dad6fe48e], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T04:24:30.583Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:24:30.619Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 04:24:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230321-04:24:30:105-52091], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:24:30.621Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T04:24:30.621Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T04:24:30.626Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:24:30.626Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:24:30.627Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:24:30.627Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:24:30.633Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:24:30.633Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:24:30.633Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T04:24:30.634Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:30.634Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:30.634Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372670633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:30.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:24:30.651Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679372670633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T04:24:30.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:24:31.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:24:31.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:24:31.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:24:31.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:31.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:31.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:32.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:24:32.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:32.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:32.667Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:33.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T04:24:33.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:24:33.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T04:24:33.668Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T04:24:33.668Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:24:33.721Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:24:33.722Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:24:33.722Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:24:33.722Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:24:33.722Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:24:33.723Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:24:33.759Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:24:33.759Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6bd2c1fc 2023-03-21T04:24:33.760Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:24:33.760Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T04:24:33.760Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:33.761Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372673761, "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-21T04:24:34.762Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T04:24:34.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T04:24:34.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:24:34.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T04:24:34.801Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:24:34.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:34.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:34.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372674801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:35.802Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:24:35.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T04:24:35.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:24:35.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:24:35.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:24:35.803Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372675802, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:24:36.804Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:24:36.829Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:24:36.833Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:24:36.833Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:24:36.833Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:24:36.834Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:24:36.845Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:25:06.846Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:25:06.854Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T04:25:06.854Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T04:25:06.855Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T04:25:06.861Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:25:06.873Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T04:25:06.873Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d94a6d1e-0d50-41d6-9f3e-8a990efde6bb], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T04:25:06.880Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:25:07.024Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:25:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-04:25:06:402-70128], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:25:07.025Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:25:07.025Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:25:07.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:25:07.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:25:07.039Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:25:07.040Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:25:07.040Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:25:07.040Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:07.040Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:07.040Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372707040, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:25:08.068Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:25:08.069Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:25:08.069Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:08.069Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:08.069Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:08.069Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:09.071Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:09.071Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:09.071Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:09.071Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:10.072Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:10.073Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:10.073Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:10.073Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:11.074Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:11.074Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:11.074Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:11.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:12.076Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:12.076Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:12.076Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:12.076Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:13.077Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:13.078Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:13.078Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:13.078Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:14.079Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:14.079Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:14.079Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:14.079Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:15.080Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:15.080Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:15.080Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:15.080Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:16.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T04:25:16.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:25:16.081Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T04:25:16.081Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:25:16.082Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:25:16.124Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:25:16.124Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:25:16.125Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:25:16.125Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:16.125Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:25:16.125Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:16.409Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:25:16.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T04:25:16.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:25:16.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:16.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:25:16.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:16.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:16.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372716411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:17.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:25:17.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:25:17.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:17.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:17.415Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:17.415Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:17.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7981980624927177527/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.097Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:25:18.098Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.099Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.099Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.100Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:25:18.101Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T04:25:18.151Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T04:25:18.151Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:25:18.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T04:25:18.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:25:18.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:18.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:18.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372718151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:19.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:25:19.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T04:25:19.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:25:19.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:19.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:19.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372719152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:20.154Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:25:20.179Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:25:20.184Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:25:20.185Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:25:20.200Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:25:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372673761, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372674801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372675802, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679372707040, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:25:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372716411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372718151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372719152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T04:25:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:25:50.201Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:25:50.210Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T04:25:50.210Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T04:25:50.211Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T04:25:50.217Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:25:50.230Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:25:50.232Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T04:25:50.238Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:25:50.382Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:25:50.382Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:25:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-04:25:49:759-57299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:25:50.383Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:25:50.383Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:25:50.383Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:25:50.394Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:25:50.394Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:25:50.395Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:25:50.395Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:50.395Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:50.395Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372750395, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:25:51.423Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:25:51.424Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:25:51.424Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:51.424Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:51.424Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:51.424Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:52.425Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:52.426Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:52.426Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:52.426Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:53.427Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:53.428Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:53.428Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:53.428Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:54.429Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:54.430Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:54.430Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:54.430Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:55.431Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:55.432Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:55.432Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:55.432Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:56.433Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:56.433Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:56.433Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:56.434Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:25:57.435Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:25:57.435Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:57.435Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:57.435Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:25:58.437Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T04:25:58.437Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:25:58.437Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T04:25:58.438Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:25:58.438Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:25:58.486Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:25:58.486Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:25:58.486Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:25:58.486Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:25:58.487Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:25:58.487Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:25:58.513Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:25:58.513Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28b307c2 2023-03-21T04:25:58.513Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:25:58.513Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T04:25:58.513Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:58.514Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372758514, "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-21T04:25:59.516Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T04:25:59.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T04:25:59.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:25:59.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T04:25:59.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:25:59.567Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:25:59.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:25:59.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372759567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:00.568Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:26:00.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T04:26:00.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:26:00.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:00.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:00.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372760568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:01.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:26:01.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:01.601Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:26:01.614Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:26:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679372750395, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:26:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372758514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372759567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372760568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T04:26:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:26:31.615Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:26:31.626Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T04:26:31.626Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T04:26:31.627Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T04:26:31.633Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:26:31.646Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T04:26:31.646Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[159357f9-f7aa-4d65-994b-5bd7397a9b01], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T04:26:31.654Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:26:31.785Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:26:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[200840], x-aai-txid=[2-aai-resources-230321-04:26:31:177-5463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:26:31.785Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:26:31.786Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T04:26:31.786Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:26:31.786Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:31.796Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372791796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:26:32.825Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:26:32.825Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:26:32.826Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:32.826Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:32.826Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:32.826Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:33.827Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:33.827Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:33.827Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:33.828Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:34.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:34.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:34.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:34.829Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:35.831Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:35.831Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:35.831Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:35.832Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:36.832Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:36.832Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:36.833Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:36.833Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:37.833Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:37.833Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:37.834Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:37.834Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:38.834Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:38.835Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:38.835Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:38.835Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:39.835Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:26:39.836Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:39.836Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:39.836Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:40.837Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T04:26:40.837Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:26:40.837Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T04:26:40.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:26:40.838Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:26:40.886Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:26:40.887Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:26:40.887Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:26:40.887Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:40.887Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:26:40.887Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:41.189Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:26:41.191Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T04:26:41.191Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:26:41.191Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:41.191Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:26:41.192Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:41.192Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:41.192Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372801191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:42.192Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:26:42.193Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:26:42.193Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.193Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.194Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.194Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.263Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12236291119158418018/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.793Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.794Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:26:42.795Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T04:26:42.841Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T04:26:42.841Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:26:42.841Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T04:26:42.841Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:26:42.841Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:42.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:42.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372802841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:43.842Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:26:43.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T04:26:43.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:26:43.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:26:43.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:26:43.843Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372803842, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:26:44.844Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:26:44.868Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:26:44.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:26:44.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:26:44.873Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:26:44.874Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:26:44.889Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:27:14.889Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:27:14.897Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T04:27:14.897Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T04:27:14.898Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T04:27:14.905Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:27:14.920Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T04:27:14.920Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8e8713a-4588-4dcf-a21a-48e534f56388], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T04:27:14.929Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:27:15.065Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:27:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-04:27:14:452-22013], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:27:15.066Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:27:15.067Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:27:15.067Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:27:15.067Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:27:15.078Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:27:15.079Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:27:15.079Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:27:15.079Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:15.079Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:15.079Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372835079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:27:16.107Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:27:16.107Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:27:16.108Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:16.108Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:16.108Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:16.108Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:17.109Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:17.109Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:17.110Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:17.110Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:18.110Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:18.111Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:18.111Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:18.111Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:19.112Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:19.112Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:19.113Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:19.113Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:20.114Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:20.115Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:20.115Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:20.115Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:20.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:20.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.531Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679372791796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:27:20.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.532Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372801191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372802841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372803842, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679372835079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:27:20.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:27:21.117Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:21.117Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:21.117Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:21.117Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:22.118Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:22.119Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:22.119Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:22.119Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:23.120Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:23.120Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:23.120Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:23.120Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:24.122Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T04:27:24.122Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:27:24.122Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T04:27:24.123Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:27:24.123Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:27:24.163Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:27:24.163Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:27:24.163Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:27:24.163Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:24.164Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:27:24.164Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:24.451Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:24.455Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372844455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:25.456Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:27:25.456Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:27:25.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:25.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:25.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:25.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:25.526Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8226713452166938025/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T04:27:26.087Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:27:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:27:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T04:27:26.139Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T04:27:26.139Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:27:26.139Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T04:27:26.139Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:27:26.139Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:26.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:26.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372846139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:27.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:27:27.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T04:27:27.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:27:27.140Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:27.141Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:27.141Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372847140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:27:28.141Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:27:28.163Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:27:28.167Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:27:28.167Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:27:28.167Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:27:28.167Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:27:28.167Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:27:28.168Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:27:28.168Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:27:28.168Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:27:28.168Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:27:28.181Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:27:58.181Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:27:58.189Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T04:27:58.189Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T04:27:58.189Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T04:27:58.193Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:27:58.204Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T04:27:58.204Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b8474f8-7a06-48aa-9082-484fa97313c9], X-ECOMP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-TransactionId=[], X-ONAP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], Content-Type=[application/merge-patch+json]} 2023-03-21T04:27:58.211Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:27:58.352Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:27:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[188464], x-aai-txid=[0-aai-resources-230321-04:27:57:733-72886], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:27:58.352Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:27:58.353Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T04:27:58.353Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:27:58.353Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:27:58.365Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:27:58.365Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:27:58.365Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:27:58.366Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:58.366Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:58.366Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372878365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:27:59.397Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:27:59.397Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:27:59.397Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:27:59.398Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:27:59.398Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:27:59.398Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:00.398Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:00.399Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:00.399Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:00.399Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:01.400Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:01.400Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:01.400Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:01.400Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:02.400Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:02.401Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:02.401Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:02.401Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:03.401Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:03.402Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:03.402Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:03.402Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:04.403Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:04.403Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:04.404Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:04.404Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:05.405Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:05.405Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:05.405Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:05.405Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:06.406Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:06.407Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:06.407Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:06.407Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:07.408Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:07.409Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:07.409Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:07.409Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:08.410Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:08.411Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:08.411Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:08.411Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:09.413Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T04:28:09.413Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:28:09.413Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T04:28:09.414Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:28:09.414Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:28:09.455Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:28:09.455Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:28:09.455Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:28:09.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:28:09.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:28:09.456Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:28:09.484Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:28:09.485Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@729ccd25 2023-03-21T04:28:09.485Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:28:09.486Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-21T04:28:09.486Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:28:09.486Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:28:09.486Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is not found) 2023-03-21T04:28:09.487Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:28:09.487Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:09.487Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:09.487Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372889486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:10.488Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7) Error message 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-21T04:28:10.532Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:10.533Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372890532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:11.534Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:28:11.535Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T04:28:11.535Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:28:11.535Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:11.536Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:11.536Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372891534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:12.536Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:28:12.563Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:12.567Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:28:12.580Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:28:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372844455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372846139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372847140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679372878365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372889486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372890532, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372891534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T04:28:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:28:42.581Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:28:42.594Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T04:28:42.595Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T04:28:42.596Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T04:28:42.602Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:28:42.616Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T04:28:42.616Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6cae1e2-36d1-4dce-be66-cea24ab9914c], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T04:28:42.625Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:28:42.776Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:28:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-04:28:42:150-58406], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:28:42.776Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:28:42.778Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:28:42.778Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:28:42.779Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:28:42.788Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:28:42.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:28:42.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:28:42.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:42.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:42.789Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372922789, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:28:43.817Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:28:43.817Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:28:43.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:43.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:43.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:43.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:44.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:44.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:44.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:44.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:45.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:45.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:45.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:45.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:46.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:46.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:46.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:46.822Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:47.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:47.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:47.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:47.823Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:48.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:48.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:48.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:48.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:49.824Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:49.825Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:49.825Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:49.825Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:28:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:28:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:50.826Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:51.827Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T04:28:51.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:28:51.828Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T04:28:51.828Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:28:51.829Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:28:51.876Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:28:51.876Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:28:51.877Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:28:51.877Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:28:51.877Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:28:51.877Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:28:51.903Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:28:51.903Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b67cb46 2023-03-21T04:28:51.903Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:28:51.903Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:51.904Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372931904, "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-21T04:28:52.905Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:94a23ced-3a66-4acc-84f2-4f4a25b97de9) Error message 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-21T04:28:52.948Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T04:28:52.948Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:28:52.948Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T04:28:52.948Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:28:52.949Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:52.949Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:52.949Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372932948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:53.950Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:28:53.950Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T04:28:53.950Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:28:53.950Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:28:53.950Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:28:53.951Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372933949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:28:54.951Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:28:54.976Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:28:54.981Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:28:54.995Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:29:20.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:29:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679372922789, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:29:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:29:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372931904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372932948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372933949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T04:29:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:29:24.995Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:29:25.004Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T04:29:25.005Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T04:29:25.005Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T04:29:25.012Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:29:25.024Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T04:29:25.024Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[214db068-496e-42de-9714-1a9d02e851a3], X-ECOMP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], X-TransactionId=[], X-ONAP-RequestID=[f89a7ed7-94cf-4656-bc27-3370b1e7d7ae], Content-Type=[application/merge-patch+json]} 2023-03-21T04:29:25.033Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:29:25.181Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:29:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[249960], x-aai-txid=[1-aai-resources-230321-04:29:24:557-11876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:29:25.181Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:29:25.181Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T04:29:25.181Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:29:25.181Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:25.195Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372965195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:29:26.225Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:29:26.226Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:29:26.226Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:26.226Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:26.226Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:26.227Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:27.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:27.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:27.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:27.228Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:28.229Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:28.229Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:28.229Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:28.229Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:29.229Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:29.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:29.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:29.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:30.230Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:30.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:30.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:30.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:31.231Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:31.232Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:31.232Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:31.232Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:32.232Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:32.233Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:32.233Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:32.233Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:33.234Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:33.234Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:33.234Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:33.234Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "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-21T04:29:34.235Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:29:34.235Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:34.235Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:34.235Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:29:35.236Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T04:29:35.236Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:29:35.236Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T04:29:35.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:29:35.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:29:35.276Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:29:35.277Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:29:35.277Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:29:35.277Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:29:35.277Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:29:35.277Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:29:35.578Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:29:35.580Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 111094 2023-03-21T04:29:35.581Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:29:35.581Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:29:35.581Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:29:35.581Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:35.582Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:35.582Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372975581, "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-21T04:29:36.582Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:29:36.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:29:36.583Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:36.584Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T04:29:36.585Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:36.585Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:36.655Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16930897943125234258/Definitions/service-TestPnfMacro-template.yml 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.211Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.212Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.213Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b83ba209-23a4-409e-8462-f9e025810f63 Model Version:NULL Model InvariantUuid:1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 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-21T04:29:37.226Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:29:37.229Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||test-pnf 0 2023-03-21T04:29:37.229Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T04:29:37.229Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:29:37.229Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:29:37.229Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e593b49e-4f70-4be7-9edf-279148336b7e 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-21T04:29:37.235Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@473c50a9, org.onap.sdc.toscaparser.api.parameters.Input@23364739, org.onap.sdc.toscaparser.api.parameters.Input@17853d13, org.onap.sdc.toscaparser.api.parameters.Input@4205ef0b, org.onap.sdc.toscaparser.api.parameters.Input@679946fa] 2023-03-21T04:29:37.235Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b83ba209-23a4-409e-8462-f9e025810f63: test-pnf 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Processing PNF resource: e593b49e-4f70-4be7-9edf-279148336b7e 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:29:37.236Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||Resource customization UUID: 6362f0b5-2eb2-4918-9686-51e71a8e255d is NOT the same as notified resource customizationUUID: 8f92bf30-4443-4bfa-a3e4-e89ce1152619 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-21T04:29:37.279Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e593b49e-4f70-4be7-9edf-279148336b7e 0 ASDC deployResourceStructure 2023-03-21T04:29:37.279Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:29:37.279Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:29:37.279Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T04:29:37.280Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:29:37.280Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:29:37.280Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372977279, "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-21T04:29:38.281Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:29:38.309Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:29:38.313Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:29:38.313Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:29:38.313Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:29:38.314Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:29:38.314Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:29:38.314Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:29:38.314Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:29:38.314Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:29:38.315Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:29:38.328Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:30:08.329Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:30:08.340Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:30:08.340Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T04:30:08.340Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T04:30:08.346Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:30:08.356Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:30:08.357Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T04:30:08.365Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:30:08.493Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T04:30:08.493Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:30:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[262248], x-aai-txid=[2-aai-resources-230321-04:30:07:887-26102], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:30:08.496Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:30:08.496Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:30:08.496Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:08.507Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373008507, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:30:09.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T04:30:09.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T04:30:09.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 0 disconnected. 2023-03-21T04:30:09.539Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T04:30:09.539Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T04:30:09.539Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T04:30:09.539Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:30:09.539Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:30:09.543Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group. 2023-03-21T04:30:09.544Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-667a3fbe-13a4-437d-ad58-eedad5705f31 2023-03-21T04:30:09.544Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T04:30:09.544Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:30:10.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:30:13.246Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:30:16.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:30:19.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:30:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:20.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:30:20.543Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:30:20.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:30:20.548Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-667a3fbe-13a4-437d-ad58-eedad5705f31', protocol='range'} 2023-03-21T04:30:20.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:30:20.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-667a3fbe-13a4-437d-ad58-eedad5705f31=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-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:30:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-667a3fbe-13a4-437d-ad58-eedad5705f31', protocol='range'} 2023-03-21T04:30:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:30:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T04:30:20.568Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:30:20.569Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:30:20.569Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:30:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1997, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:30:20.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:30:20.573Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:30:20.574Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679372965195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372352674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372975581, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679372977279, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:30:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373008507, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:30:21.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:30:21.617Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:30:21.617Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:30:21.619Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:21.619Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:21.619Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:21.619Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:22.620Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:22.621Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:22.621Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:22.621Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:23.622Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:23.623Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:23.623Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:23.623Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:24.625Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:24.625Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:24.625Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:24.625Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:25.627Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:25.628Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:25.628Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:25.628Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:26.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:26.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:26.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:26.629Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:27.630Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:30:27.631Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:27.631Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:27.631Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:28.632Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T04:30:28.632Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:30:28.633Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T04:30:28.633Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:30:28.633Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:30:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:30:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:30:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:30:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:30:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:30:28.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:30:28.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:30:28.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a833231 2023-03-21T04:30:28.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:30:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:30:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:30:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T04:30:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T04:30:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:30:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373028713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:30:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:30:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:30:29.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T04:30:29.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T04:30:29.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:30:29.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:30:29.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:30:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:30:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36494f8e 2023-03-21T04:30:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:30:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:30:29.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373029756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:30:30.758Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:30:30.759Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:30:30.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:30:30.790Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:30:30.790Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:31:00.790Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:31:00.818Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:31:00.822Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:31:00.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:31:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:31:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:31:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:31:20.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:31:30.823Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:31:30.851Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:31:30.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:31:30.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:32:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:32:00.881Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:32:00.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:32:00.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:32:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:32:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373028713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373029756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:32:20.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:32:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:32:30.908Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:32:30.911Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:32:30.911Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:33:00.911Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:33:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:33:00.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:33:00.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:33:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:33:30.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:33:30.968Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:33:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:33:30.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:34:00.973Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:34:01.000Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:34:01.004Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:34:01.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:34:20.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:34:31.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:34:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:34:31.037Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:34:31.037Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:35:01.038Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:35:01.061Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:35:01.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:35:01.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:35:20.527Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:21.708Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T04:35:21.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-667a3fbe-13a4-437d-ad58-eedad5705f31 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T04:35:21.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T04:35:21.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T04:35:24.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:35:24.116Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:35:24.117Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:35:24.123Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:35:24.123Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:35:24.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:35:24.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:35:24.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2019, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:35:24.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:35:31.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T04:35:31.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:35:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T04:35:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T04:35:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T04:35:31.083Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:35:31.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T04:35:31.095Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9cae366b-161b-449c-a26a-14bae12505dd], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T04:35:31.103Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:35:31.138Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 04:35:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[1-aai-resources-230321-04:35:30:627-64348], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:35:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T04:35:31.139Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T04:35:31.143Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:35:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:35:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:35:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:31.150Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373331150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:31.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:35:31.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373331150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T04:35:31.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:35:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:35:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:35:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:35:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:32.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:33.183Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:35:33.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:33.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:33.184Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:34.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T04:35:34.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:35:34.185Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T04:35:34.186Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T04:35:34.186Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:35:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:35:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:35:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:35:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:35:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:35:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:35:34.269Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:35:34.269Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23726105 2023-03-21T04:35:34.269Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:34.270Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373334270, "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-21T04:35:35.271Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T04:35:35.317Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T04:35:35.317Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:35:35.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T04:35:35.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:35:35.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:35.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:35.318Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373335317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:36.319Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:35:36.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T04:35:36.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:35:36.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:35:36.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:35:36.320Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373336319, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:35:37.321Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:35:37.346Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:35:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:35:37.350Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:35:37.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:35:37.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:35:37.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:35:37.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:35:37.351Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:35:37.352Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:35:37.352Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:35:37.366Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:36:07.367Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:36:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T04:36:07.378Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T04:36:07.379Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T04:36:07.383Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:36:07.392Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:36:07.394Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T04:36:07.406Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:36:07.538Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:36:07.539Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:36:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[348328], x-aai-txid=[1-aai-resources-230321-04:36:06:928-1455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:36:07.540Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:36:07.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:36:07.541Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:36:07.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:36:07.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:36:07.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:36:07.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:07.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:07.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373367555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:36:08.586Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:36:08.586Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:36:08.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:08.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:08.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:08.587Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:09.588Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:09.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:09.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:09.589Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:10.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:10.590Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:10.591Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:10.591Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:11.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:11.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:11.592Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:11.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:12.593Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:12.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:12.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:12.594Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:13.595Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:13.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:13.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:13.596Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:14.597Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:14.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:14.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:14.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:15.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:15.599Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:15.600Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:15.600Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:16.601Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T04:36:16.602Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:36:16.602Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T04:36:16.602Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:36:16.603Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:36:16.649Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:36:16.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:36:16.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:36:16.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:16.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:36:16.650Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:16.951Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:36:16.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T04:36:16.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:36:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:36:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:16.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373376954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:17.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:36:17.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:36:17.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:17.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:17.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:17.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.031Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7752873900546611679/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T04:36:18.555Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:36:18.556Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:36:18.557Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T04:36:18.596Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T04:36:18.596Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:36:18.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T04:36:18.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:36:18.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:18.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:18.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373378596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:19.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:36:19.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T04:36:19.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:36:19.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:19.598Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:19.599Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373379598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373334270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373335317, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373336319, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373367555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:36:20.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373376954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373378596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:36:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373379598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T04:36:20.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:36:20.599Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:36:20.619Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:36:20.623Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:36:20.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:36:20.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:36:20.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:36:20.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:36:50.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:36:50.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T04:36:50.645Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T04:36:50.646Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T04:36:50.651Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:36:50.662Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T04:36:50.662Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6030f880-2d09-49eb-921e-beb3641fbeef], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T04:36:50.671Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:36:50.908Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[233], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-04:36:50:194-45644], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:36:50.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:36:50.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:36:50.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:36:50.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:36:50.919Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:36:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:36:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:36:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:50.920Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373410920, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:36:51.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:36:51.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:36:51.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:51.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:51.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:51.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:52.954Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:52.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:52.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:52.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:53.955Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:53.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:53.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:53.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:54.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:54.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:54.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:54.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:55.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:55.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:55.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:55.958Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:56.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:56.959Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:56.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:56.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:36:57.960Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:36:57.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:57.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:57.961Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:36:58.962Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T04:36:58.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:36:58.963Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T04:36:58.963Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:36:58.963Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:36:59.002Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:36:59.003Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:36:59.004Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:36:59.004Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:36:59.004Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:36:59.004Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:36:59.025Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:36:59.025Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18bfdd1 2023-03-21T04:36:59.025Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:36:59.026Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T04:36:59.026Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:36:59.026Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:36:59.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:36:59.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:36:59.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:36:59.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:36:59.027Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373419026, "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-21T04:37:00.028Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T04:37:00.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T04:37:00.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:37:00.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T04:37:00.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:37:00.068Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:00.069Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:00.069Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373420068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:01.069Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:37:01.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T04:37:01.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:37:01.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:01.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:01.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373421069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:02.072Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:37:02.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:37:02.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:37:02.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:37:02.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:02.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:37:02.121Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:37:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373410920, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:37:20.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:37:20.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:37:20.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373419026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373420068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T04:37:20.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:20.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T04:37:20.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373421069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T04:37:20.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:37:32.122Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:37:32.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T04:37:32.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T04:37:32.132Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T04:37:32.138Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:37:32.153Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T04:37:32.154Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00bfa1ae-df98-4fcb-9767-0c003afe7ea4], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T04:37:32.162Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:37:32.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:37:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-04:37:31:684-76820], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:37:32.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:37:32.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T04:37:32.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:37:32.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:37:32.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:37:32.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:37:32.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:37:32.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:32.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:32.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373452318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:37:33.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:37:33.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:37:33.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:33.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:33.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:33.350Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:34.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:34.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:34.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:34.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:35.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:35.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:35.353Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:35.353Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:36.353Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:36.353Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:36.353Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:36.354Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:37.354Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:37.354Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:37.354Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:37.355Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:38.355Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:38.355Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:38.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:38.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:39.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:39.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:39.358Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:39.358Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:40.359Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:37:40.359Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:40.359Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:40.360Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:41.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T04:37:41.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:37:41.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T04:37:41.362Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:37:41.362Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:37:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:37:41.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:37:41.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:37:41.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:41.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:37:41.410Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:41.688Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:41.692Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373461692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:42.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:37:42.693Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:37:42.694Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:42.694Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:42.694Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:42.695Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:42.764Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP377245643347859080/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.331Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:37:43.332Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:37:43.333Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:43.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:43.385Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373463384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:44.385Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:37:44.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T04:37:44.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:37:44.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:37:44.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:37:44.386Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373464385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:37:45.387Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:37:45.415Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:37:45.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:37:45.433Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:38:15.433Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:38:15.442Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T04:38:15.442Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T04:38:15.443Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T04:38:15.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:38:15.464Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T04:38:15.464Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efeb46f4-af03-4db0-b449-282a41ca03bb], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T04:38:15.472Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:38:15.623Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:38:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-04:38:14:996-81395], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:38:15.624Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:38:15.624Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:38:15.625Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:38:15.626Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:38:15.639Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:38:15.640Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:38:15.640Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:38:15.640Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:15.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:15.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373495640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:38:16.670Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:38:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:38:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:16.671Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:17.673Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:17.673Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:17.673Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:17.673Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:18.674Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:18.675Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:18.675Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:18.675Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:19.675Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:19.676Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:19.676Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:19.676Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:20.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373452318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373461692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373463384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373464385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373495640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:38:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:38:20.676Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:20.677Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:20.677Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:20.677Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:21.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:21.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:21.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:21.678Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:22.679Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:22.679Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:22.679Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:22.679Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:23.680Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:38:23.680Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:23.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:23.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:24.681Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T04:38:24.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:38:24.682Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T04:38:24.682Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:38:24.682Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:38:24.729Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:38:24.730Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:38:24.730Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:38:24.730Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:24.730Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:38:24.731Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:25.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:38:25.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T04:38:25.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:38:25.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:25.088Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:38:25.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:25.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:25.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373505088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:26.089Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:38:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:38:26.090Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.091Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.091Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.092Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.194Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17736987705949030467/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T04:38:26.711Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:38:26.711Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:38:26.712Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:38:26.713Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:38:26.714Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T04:38:26.759Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:26.760Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373506760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:27.762Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:38:27.762Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T04:38:27.763Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:38:27.763Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:27.763Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:27.763Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373507762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:38:28.764Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:38:28.786Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:38:28.789Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:38:28.789Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:38:28.789Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:38:28.790Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:38:28.803Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:38:58.804Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:38:58.812Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T04:38:58.812Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T04:38:58.813Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T04:38:58.819Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:38:58.830Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T04:38:58.830Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c94b1692-39f2-4772-8c03-44d8223b6d52], X-ECOMP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-TransactionId=[], X-ONAP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], Content-Type=[application/merge-patch+json]} 2023-03-21T04:38:58.838Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:38:59.010Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:38:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[188464], x-aai-txid=[1-aai-resources-230321-04:38:58:360-67645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:38:59.010Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:38:59.010Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T04:38:59.011Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:38:59.011Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:38:59.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:38:59.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:38:59.020Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:38:59.021Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:38:59.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:38:59.022Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373539020, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:39:00.044Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:39:00.045Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:39:00.045Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:00.045Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:00.046Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:00.046Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:01.047Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:01.047Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:01.047Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:01.048Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:02.048Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:02.049Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:02.049Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:02.049Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:03.050Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:03.050Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:03.050Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:03.051Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:04.051Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:04.052Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:04.052Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:04.052Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:05.052Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:05.053Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:05.053Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:05.053Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:06.053Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:06.054Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:06.055Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:06.055Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:07.055Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:07.055Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:07.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:07.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:08.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:08.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:08.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:08.056Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:09.057Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:09.057Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:09.057Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:09.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:10.058Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T04:39:10.059Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:39:10.059Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T04:39:10.059Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:39:10.059Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:39:10.116Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:39:10.116Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:39:10.116Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:39:10.116Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:39:10.117Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:39:10.117Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:39:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:39:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@44d41ce7 2023-03-21T04:39:10.139Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is not found) 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:10.140Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373550140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:11.141Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7) Error message 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-21T04:39:11.185Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T04:39:11.186Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:39:11.186Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T04:39:11.186Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:39:11.186Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:11.186Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:11.187Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373551186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:12.187Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:39:12.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T04:39:12.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:39:12.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:12.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:12.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373552187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:13.188Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:39:13.209Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:13.213Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:39:13.226Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:39:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:20.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:39:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:39:20.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:39:43.227Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:39:43.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T04:39:43.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T04:39:43.240Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T04:39:43.246Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:39:43.257Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T04:39:43.257Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8192392-b398-48c7-80bb-3d77012e7ac6], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T04:39:43.264Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:39:43.396Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:39:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-04:39:42:788-95489], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:39:43.396Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:39:43.397Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:39:43.397Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:39:43.397Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:39:43.408Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:39:43.409Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:39:43.409Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:39:43.409Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:43.409Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:43.409Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373583409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:39:44.438Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:39:44.438Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:39:44.439Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:44.439Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:44.439Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:44.439Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:45.439Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:45.440Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:45.440Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:45.440Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:46.441Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:46.441Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:46.441Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:46.441Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:47.442Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:47.442Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:47.443Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:47.443Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:48.444Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:48.444Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:48.444Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:48.444Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:49.445Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:49.445Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:49.445Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:49.446Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:50.446Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:50.447Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:50.447Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:50.447Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:39:51.448Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:39:51.448Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:51.448Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:51.448Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:52.449Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T04:39:52.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:39:52.450Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T04:39:52.450Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:39:52.451Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:39:52.496Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:39:52.496Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:39:52.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:39:52.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:39:52.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:39:52.497Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:39:52.517Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:39:52.517Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5bf6cb0e 2023-03-21T04:39:52.517Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:39:52.517Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-21T04:39:52.517Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:52.518Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373592518, "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-21T04:39:53.519Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:94a23ced-3a66-4acc-84f2-4f4a25b97de9) Error message 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-21T04:39:53.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T04:39:53.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:39:53.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T04:39:53.566Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:39:53.567Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:53.567Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:53.567Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373593566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:54.567Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:39:54.568Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T04:39:54.568Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:39:54.569Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:39:54.569Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:39:54.569Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373594567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:39:55.570Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:39:55.591Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:39:55.594Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:39:55.595Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:39:55.608Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:40:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:40:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373505088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:40:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373506760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373507762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "ves-openapi-manager", "timestamp": 1679373506758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373488227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373497098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373492449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "multicloud-k8s", "timestamp": 1679373489254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373507494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "cds-sdc-listener", "timestamp": 1679373520740, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:40:20.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373522967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373521008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373521553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373523972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "policy-distribution-id", "timestamp": 1679373524974, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:40:20.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5a511a5-93d6-43b1-ad7f-f5b7af15a853 2023-03-21T04:40:20.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:40:20.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373523287, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:40:20.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679373524296, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:40:20.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5a511a5-93d6-43b1-ad7f-f5b7af15a853 2023-03-21T04:40:20.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:40:20.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.642Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373525741, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:40:20.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.643Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "aai-model-loader", "timestamp": 1679373526742, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:40:20.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5a511a5-93d6-43b1-ad7f-f5b7af15a853 2023-03-21T04:40:20.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373539020, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373550140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373551186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373552187, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T04:40:20.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:40:25.609Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:40:25.617Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T04:40:25.617Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T04:40:25.618Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T04:40:25.623Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:40:25.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:40:25.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T04:40:25.643Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:40:25.790Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T04:40:25.791Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:40:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[249960], x-aai-txid=[0-aai-resources-230321-04:40:25:167-32354], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:40:25.791Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:40:25.792Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:40:25.792Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:25.803Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373625803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:40:26.846Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:40:26.846Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:40:26.846Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:26.846Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:26.847Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:26.847Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:27.847Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:27.848Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:27.848Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:27.848Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:28.849Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:28.849Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:28.849Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:28.850Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:29.850Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:29.850Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:29.850Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:29.850Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:30.851Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:30.851Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:30.851Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:30.851Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:31.852Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:31.852Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:31.853Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:31.853Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:32.853Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:32.854Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:32.854Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:32.854Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:33.855Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:33.855Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:33.855Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:33.855Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:40:34.856Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:40:34.856Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:34.856Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:34.856Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:40:35.857Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T04:40:35.858Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:40:35.858Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T04:40:35.858Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:40:35.860Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:40:35.900Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:40:35.901Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:40:35.901Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:40:35.901Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:40:35.901Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:40:35.901Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:40:36.004Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:40:36.007Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 111098 2023-03-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:36.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373636008, "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-21T04:40:37.009Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:40:37.010Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:40:37.010Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.011Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.118Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP458967535962847726/Definitions/service-TestPnfMacro-template.yml 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.641Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:40:37.642Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:db42ae72-6109-4853-8968-7337668dfd5a Model Version:NULL Model InvariantUuid:17727fc2-4ffc-40bf-966d-100a0e2fee17 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-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists 2023-03-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: 331e1684-7299-42a2-8b70-46a0b054e631 already exists) 2023-03-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:37.674Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373637674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:40:38.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:40:38.675Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: e593b49e-4f70-4be7-9edf-279148336b7e already exists) 2023-03-21T04:40:38.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:40:38.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:40:38.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:40:38.676Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373638675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:40:39.677Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:40:39.702Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:40:39.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:40:39.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:40:39.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:40:39.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:40:39.722Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:41:09.723Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:41:09.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:41:09.735Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T04:41:09.736Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T04:41:09.742Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:41:09.757Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T04:41:09.758Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea760039-74bc-4d5a-8210-ae46c2ab9384], X-ECOMP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-TransactionId=[], X-ONAP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], Content-Type=[application/merge-patch+json]} 2023-03-21T04:41:09.767Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:41:09.917Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:41:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[262248], x-aai-txid=[0-aai-resources-230321-04:41:09:291-49608], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:41:09.917Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:41:09.918Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T04:41:09.918Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:41:09.918Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:09.929Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373669929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:41:10.954Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:41:10.955Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"2537cf5f-88a6-42a3-99ff-d11e744cbdad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b83ba209-23a4-409e-8462-f9e025810f63","serviceDescription":"service","serviceInvariantUUID":"1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0e37255-4b02-40f6-b998-cba5d07c0a30","resourceInvariantUUID":"a5693f45-6c00-4c2c-ac33-2e22385c385e","resourceCustomizationUUID":"6362f0b5-2eb2-4918-9686-51e71a8e255d","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":"OGQ5NjRlMmQ4NzE2YTYzMDBjZDM0YWI3NDViMWNjNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c3fa9c1-540d-4f85-b9a5-d59aced6ba2f","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":"0aab71d3-b165-42ca-b080-7538df5159a2","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":"173a1763-0e4e-4959-8cf8-e3057aefc83b","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":"ODM4OGEwNzhlMTA2YjUxODc1YmYyZDAyZTkwYjkwYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bed1f1e9-4bda-4c72-a38f-bb04242a9998","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":"0dac8145-c310-48e3-9c47-8abf42469432","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":"3858bad0-faef-43f0-b57c-dff522605e04","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":"2e90e98e-b12b-44ba-8978-dc8be7757686","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":"Yzk2YTg4ZjBmYTAxOTkyZmFiYzI2ZjA0MjYyOGM1NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c36488e7-3843-44df-a816-5f2525c0f2ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a5dbc3b-739c-4a6b-9930-e0040abfa16a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:41:10.955Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:10.955Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:10.955Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:10.955Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:11.956Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:11.956Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:11.956Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:11.956Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:12.957Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:12.957Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:12.957Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:12.957Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:13.958Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:13.958Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:13.958Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:13.959Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:14.959Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:14.959Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:14.960Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:14.960Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:15.960Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:15.961Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:15.961Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:15.961Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:16.961Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:16.962Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:16.962Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:16.962Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:17.962Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:17.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:17.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:17.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "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-21T04:41:18.963Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:41:18.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:18.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:18.964Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:41:19.965Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b83ba209-23a4-409e-8462-f9e025810f63", "serviceDescription": "service", "serviceInvariantUUID": "1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6362f0b5-2eb2-4918-9686-51e71a8e255d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d0e37255-4b02-40f6-b998-cba5d07c0a30", "resourceInvariantUUID": "a5693f45-6c00-4c2c-ac33-2e22385c385e", "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": "M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a5dbc3b-739c-4a6b-9930-e0040abfa16a" } ], "workloadContext": "Production" } 2023-03-21T04:41:19.965Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:41:19.965Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b83ba209-23a4-409e-8462-f9e025810f63 ASDC 2023-03-21T04:41:19.965Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2537cf5f-88a6-42a3-99ff-d11e744cbdad ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b83ba209-23a4-409e-8462-f9e025810f63 ServiceInvariantUUID:1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 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:2a5dbc3b-739c-4a6b-9930-e0040abfa16a ArtifactChecksum:M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6362f0b5-2eb2-4918-9686-51e71a8e255d ResourceInvariantUUID:a5693f45-6c00-4c2c-ac33-2e22385c385e ResourceName:test-pnf ResourceType:PNF ResourceUUID:d0e37255-4b02-40f6-b998-cba5d07c0a30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:41:19.965Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b83ba209-23a4-409e-8462-f9e025810f63 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:41:20.011Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:41:20.011Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:41:20.011Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:41:20.011Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:41:20.011Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:41:20.012Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:41:20.114Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a5dbc3b-739c-4a6b-9930-e0040abfa16a 111098 2023-03-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:20.118Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:20.119Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373680118, "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-21T04:41:20.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:41:20.525Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: cached metadata has changed from (version144: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version145: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T04:41:20.539Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:41:20.540Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:41:20.546Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:41:20.546Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:41:20.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:41:20.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:41:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:41:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:41:20.569Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:41:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:41:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2150, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:41:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:41:20.570Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:41:21.119Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:41:21.120Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:41:21.120Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.120Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.121Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.121Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.194Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4578389972831573398/Definitions/service-TestPnfMacro-template.yml 2023-03-21T04:41:21.589Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373583409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.590Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.591Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373592518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373593566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373594567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373625803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.592Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.593Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373636008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373637674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373638675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.594Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373669929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.595Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373009536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373680118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:41:21.596Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:41:21.756Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.757Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.758Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.758Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.758Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.758Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:db42ae72-6109-4853-8968-7337668dfd5a Model Version:NULL Model InvariantUuid:17727fc2-4ffc-40bf-966d-100a0e2fee17 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-21T04:41:21.777Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: d0e37255-4b02-40f6-b998-cba5d07c0a30 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T04:41:21.791Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:21.814Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 d0e37255-4b02-40f6-b998-cba5d07c0a30 test-pnf 2023-03-21T04:41:21.815Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b83ba209-23a4-409e-8462-f9e025810f63 2023-03-21T04:41:21.815Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b83ba209-23a4-409e-8462-f9e025810f63 2023-03-21T04:41:21.815Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d0e37255-4b02-40f6-b998-cba5d07c0a30 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-21T04:41:21.826Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@681a2747, org.onap.sdc.toscaparser.api.parameters.Input@e8fb6df, org.onap.sdc.toscaparser.api.parameters.Input@225713d7, org.onap.sdc.toscaparser.api.parameters.Input@3eb6373f, org.onap.sdc.toscaparser.api.parameters.Input@72f0fb1] 2023-03-21T04:41:21.826Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.826Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.827Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid db42ae72-6109-4853-8968-7337668dfd5a: test-pnf 2023-03-21T04:41:21.827Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Processing PNF resource: d0e37255-4b02-40f6-b998-cba5d07c0a30 2023-03-21T04:41:21.827Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:41:21.827Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:41:21.827Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||Resource customization UUID: a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce is NOT the same as notified resource customizationUUID: 6362f0b5-2eb2-4918-9686-51e71a8e255d 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-21T04:41:21.865Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d0e37255-4b02-40f6-b998-cba5d07c0a30 0 ASDC deployResourceStructure 2023-03-21T04:41:21.865Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:21.865Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:41:21.866Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T04:41:21.866Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:21.866Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:21.866Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373681865, "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-21T04:41:22.867Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:41:22.888Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:41:22.891Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:41:22.892Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:41:22.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:41:52.906Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:41:52.918Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and serviceModelVersionId: b83ba209-23a4-409e-8462-f9e025810f63 2023-03-21T04:41:52.918Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 2023-03-21T04:41:52.919Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 2023-03-21T04:41:52.925Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:41:52.936Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||Invoke 2023-03-21T04:41:52.936Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d38ef324-4a38-4e9c-b03c-3c51a942207b], X-ECOMP-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], X-TransactionId=[], X-ONAP-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], Content-Type=[application/merge-patch+json]} 2023-03-21T04:41:52.943Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:41:53.059Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:41:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[278632], x-aai-txid=[0-aai-resources-230321-04:41:52:463-87508], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:41:53.059Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:41:53.060Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||InvokeReturn 2023-03-21T04:41:53.060Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:41:53.060Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:41:53.068Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:41:53.068Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2537cf5f-88a6-42a3-99ff-d11e744cbdad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:41:53.068Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:41:53.068Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:41:53.069Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:41:53.069Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373713068, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:41:54.097Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T04:41:54.097Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T04:41:54.099Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T04:41:54.099Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 2 disconnected. 2023-03-21T04:41:54.099Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T04:41:54.099Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T04:41:54.100Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:41:54.100Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:41:54.103Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:41:54.104Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-27b76e60-1625-48f1-8cc0-9e2b2bc5c555 2023-03-21T04:41:54.105Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T04:41:54.105Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:41:56.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:41:59.796Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:02.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:05.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:08.821Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:11.830Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:14.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:17.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:42:20.524Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:20.538Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:42:20.538Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:42:20.543Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-27b76e60-1625-48f1-8cc0-9e2b2bc5c555', protocol='range'} 2023-03-21T04:42:20.543Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:42:20.547Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-27b76e60-1625-48f1-8cc0-9e2b2bc5c555=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T04:42:20.560Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:42:20.561Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:42:20.561Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:42:20.561Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-27b76e60-1625-48f1-8cc0-9e2b2bc5c555', protocol='range'} 2023-03-21T04:42:20.562Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T04:42:20.562Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:42:20.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:42:20.564Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:42:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:42:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2186, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:42:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:42:20.565Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:42:20.566Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:42:20.566Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:42:20.567Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:42:20.567Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:42:20.567Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:42:20.567Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:42:21.582Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:42:21.582Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373681865, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T04:42:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:42:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:42:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373713068, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:42:21.583Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:42:21.655Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:42:21.655Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:42:21.656Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:21.657Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:21.657Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:21.657Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:22.657Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:22.658Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:22.658Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:22.658Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:23.659Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:23.659Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:23.659Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:23.659Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:24.661Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:24.661Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:24.661Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:24.661Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:25.662Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:25.663Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:25.663Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:25.663Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:26.664Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:26.664Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:26.664Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:26.665Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:27.666Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:42:27.666Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:27.666Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:27.666Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:28.667Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T04:42:28.668Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:42:28.668Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T04:42:28.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:42:28.668Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:42:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:42:28.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:42:28.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:42:28.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:42:28.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:42:28.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:42:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:42:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ae6a805 2023-03-21T04:42:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:28.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373748756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:29.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:42:29.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:42:29.780Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:42:29.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T04:42:29.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T04:42:29.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:42:29.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:42:29.785Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:42:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:42:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37b51a14 2023-03-21T04:42:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:42:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373749805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:42:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:42:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:42:30.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:42:30.834Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:42:30.834Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:43:00.834Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:43:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:43:00.871Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:43:00.871Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:43:20.524Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:43:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:43:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:43:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:43:30.872Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:43:30.892Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:43:30.896Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:43:30.896Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:44:00.897Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:44:00.928Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:44:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:44:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:44:20.524Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:44:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.526Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.527Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373748756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679373749805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:44:20.528Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:44:30.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:44:30.954Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:44:30.958Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:44:30.958Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:45:00.958Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:45:00.978Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:45:00.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:45:00.982Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:45:20.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:45:30.983Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:45:31.003Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:45:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:45:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:46:01.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:46:01.029Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:46:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:46:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:46:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:46:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:46:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:46:31.051Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:46:31.051Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:47:01.052Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:47:01.074Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:47:01.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:47:01.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:47:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:21.706Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T04:47:21.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-27b76e60-1625-48f1-8cc0-9e2b2bc5c555 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T04:47:21.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T04:47:21.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T04:47:24.096Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:47:24.110Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:47:24.110Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:47:24.117Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:47:24.117Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:47:24.134Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:47:24.134Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:47:24.135Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:47:24.139Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:47:24.140Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:47:24.140Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:47:24.140Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2197, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:47:24.140Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:47:24.140Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:47:31.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T04:47:31.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:47:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T04:47:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T04:47:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T04:47:31.094Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:47:31.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T04:47:31.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[334056d8-551c-4183-b426-a5827f61b34a], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T04:47:31.115Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:47:31.149Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 04:47:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[2-aai-resources-230321-04:47:30:639-24201], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:47:31.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T04:47:31.151Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T04:47:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:47:31.157Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:47:31.158Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:47:31.158Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T04:47:31.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:47:31.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T04:47:31.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T04:47:31.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:31.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:31.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374051175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:31.193Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:47:31.193Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374051175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T04:47:31.194Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:32.202Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:47:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:33.203Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:34.204Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T04:47:34.204Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:47:34.204Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T04:47:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T04:47:34.205Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:47:34.247Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:47:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:47:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:47:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:47:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:47:34.248Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T04:47:34.283Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:47:34.283Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b6fb0e3 2023-03-21T04:47:34.283Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||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-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:34.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374054284, "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-21T04:47:35.285Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message 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-21T04:47:35.327Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T04:47:35.327Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:47:35.327Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T04:47:35.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:47:35.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:35.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:35.328Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374055327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:47:36.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374056329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:47:37.330Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:47:37.353Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:47:37.357Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:47:37.358Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:47:37.358Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:47:37.358Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:47:37.370Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:48:07.370Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:48:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T04:48:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T04:48:07.381Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T04:48:07.387Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:48:07.397Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T04:48:07.398Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac8a497d-e2f8-4f8c-b0b2-32b9c2d917b0], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T04:48:07.406Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:48:07.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:48:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-04:48:06:928-62412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:48:07.535Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:48:07.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:48:07.536Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:48:07.537Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:07.545Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374087545, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:48:08.568Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:48:08.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:48:08.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:08.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:08.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:08.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:09.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:09.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:09.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:09.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:10.571Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:11.572Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:12.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:12.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:12.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:12.573Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:13.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:13.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:13.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:13.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:14.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:14.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:15.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T04:48:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:48:16.577Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T04:48:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:48:16.578Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:48:16.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:48:16.624Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:48:16.625Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:48:16.625Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:16.625Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:48:16.625Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:16.943Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:16.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:16.947Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374096946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:17.947Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:48:17.948Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:48:17.948Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:17.948Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:17.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:17.949Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.075Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11045954361413042060/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:48:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:48:18.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec 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-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:18.634Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:18.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374098634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:19.635Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T04:48:19.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T04:48:19.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:48:19.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:19.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:19.636Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374099635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:20.530Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374054284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374055327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374056329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374087545, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374096946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374098634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:48:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374099635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T04:48:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:48:20.637Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:48:20.660Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:48:20.663Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:48:20.663Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:48:20.663Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:48:20.664Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:48:20.674Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:48:50.675Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:48:50.682Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T04:48:50.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T04:48:50.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T04:48:50.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:48:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T04:48:50.709Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afb92672-b7e3-47e8-9a81-42fa923ebd15], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T04:48:50.717Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:48:50.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:48:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[223], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-04:48:50:239-64670], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:48:50.945Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:48:50.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:48:50.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:48:50.946Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:48:50.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:48:50.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:48:50.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:48:50.956Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:50.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:50.957Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374130956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:48:51.984Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:48:51.984Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:48:51.984Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:51.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:52.985Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:52.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:52.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:52.986Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:53.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:53.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:53.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:53.987Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:54.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:54.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:54.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:54.988Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:55.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:55.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:55.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:55.989Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:56.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:56.990Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:56.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:56.991Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:48:57.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:48:57.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:57.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:57.992Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:48:58.993Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T04:48:58.994Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:48:58.995Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T04:48:58.995Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:48:58.995Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:48:59.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:48:59.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:48:59.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:48:59.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:48:59.029Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:48:59.030Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T04:48:59.055Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:48:59.055Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51fc90b3 2023-03-21T04:48:59.055Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:48:59.055Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||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-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:48:59.056Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374139056, "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-21T04:49:00.057Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message 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-21T04:49:00.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T04:49:00.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:49:00.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T04:49:00.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:49:00.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:00.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:00.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374140100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:01.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T04:49:01.102Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T04:49:01.102Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:49:01.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:01.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:01.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374141101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:02.104Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:49:02.125Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:49:02.129Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:49:02.129Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:02.130Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:49:02.141Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:49:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374130956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374139056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:49:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374140100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374141101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T04:49:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:49:32.141Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:49:32.151Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T04:49:32.151Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T04:49:32.152Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T04:49:32.158Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:49:32.174Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:49:32.176Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T04:49:32.186Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:49:32.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T04:49:32.328Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:49:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[200840], x-aai-txid=[0-aai-resources-230321-04:49:31:709-63775], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:49:32.329Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:49:32.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:49:32.330Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:49:32.337Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:49:32.338Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:49:32.338Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:49:32.338Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:32.339Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:32.339Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374172338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:49:33.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:49:33.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:49:33.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:33.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:33.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:33.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:34.369Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:34.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:34.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:34.370Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:35.371Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:35.371Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:35.371Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:35.372Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:36.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:36.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:36.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:36.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:37.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:37.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:37.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:37.376Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:38.377Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:38.377Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:38.377Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:38.378Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:39.378Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:39.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:39.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:39.379Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:40.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:49:40.380Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:40.381Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:40.381Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:41.382Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T04:49:41.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:49:41.383Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T04:49:41.383Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:49:41.384Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:49:41.407Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:49:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:49:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:49:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:49:41.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:41.684Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:49:41.686Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T04:49:41.686Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:49:41.686Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:41.687Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:49:41.687Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:41.687Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:41.687Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374181686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:42.688Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:49:42.689Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:49:42.689Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:42.689Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:42.690Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:42.690Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:42.766Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2599217645367610397/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T04:49:43.317Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T04:49:43.318Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:49:43.319Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:49:43.320Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 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-21T04:49:43.355Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:43.356Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374183356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:44.357Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T04:49:44.358Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T04:49:44.358Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:49:44.358Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:49:44.358Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:49:44.359Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374184357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:49:45.360Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:49:45.383Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:49:45.388Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:49:45.401Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:50:15.402Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:50:15.415Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T04:50:15.415Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T04:50:15.416Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T04:50:15.423Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:50:15.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T04:50:15.441Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8126800d-566c-437f-a5df-aa7fa689c49e], X-ECOMP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], X-TransactionId=[], X-ONAP-RequestID=[5b912411-7f11-42e8-8350-284e5a734f56], Content-Type=[application/merge-patch+json]} 2023-03-21T04:50:15.449Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:50:15.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:50:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[209032], x-aai-txid=[2-aai-resources-230321-04:50:14:974-24561], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:50:15.592Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:50:15.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T04:50:15.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:50:15.593Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:50:15.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:50:15.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:50:15.601Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:50:15.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:15.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:15.602Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374215601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:50:16.631Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:50:16.632Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:50:16.632Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:16.632Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:16.632Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:16.632Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:17.633Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:17.634Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:17.634Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:17.634Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:18.635Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:18.635Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:18.635Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:18.636Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:19.636Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:19.637Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:19.637Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:19.637Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374172338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:50:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374181686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374183356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374184357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374215601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:50:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:50:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:50:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:50:20.638Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:20.639Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:20.639Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:20.639Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:21.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:21.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:21.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:21.641Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:22.642Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:22.643Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:22.643Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:22.643Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:23.644Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:23.645Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:23.645Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:23.645Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:24.646Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T04:50:24.647Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:50:24.647Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T04:50:24.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:50:24.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:50:24.683Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:50:24.684Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:50:24.684Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:50:24.684Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:24.685Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:50:24.685Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:24.955Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T04:50:24.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:24.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374224959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:25.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:50:25.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:50:25.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:25.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:25.963Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:25.963Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.033Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7086285737493690731/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T04:50:26.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T04:50:26.573Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.574Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.575Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T04:50:26.576Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T04:50:26.576Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 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-21T04:50:26.612Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:26.613Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374226613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:27.615Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T04:50:27.615Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T04:50:27.615Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:50:27.616Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:27.616Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:27.616Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374227615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:50:28.617Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:50:28.640Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:50:28.643Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:50:28.643Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:50:28.643Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:50:28.643Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:50:28.644Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:50:28.644Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:50:28.644Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:50:28.644Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:50:28.644Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:50:28.653Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:50:58.654Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:50:58.664Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T04:50:58.665Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T04:50:58.665Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T04:50:58.671Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:50:58.681Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T04:50:58.682Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c2b042d-1b78-4318-8e8f-d90a3bb57b55], X-ECOMP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], X-TransactionId=[], X-ONAP-RequestID=[4acc7832-69ca-466b-a78c-36f19e9d2af0], Content-Type=[application/merge-patch+json]} 2023-03-21T04:50:58.690Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:50:58.818Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:50:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-04:50:58:213-69757], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:50:58.819Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:50:58.819Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T04:50:58.819Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:50:58.820Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:58.831Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374258831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:50:59.858Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:50:59.859Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:50:59.859Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:50:59.859Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:50:59.859Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:50:59.859Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:00.860Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:00.861Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:00.861Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:00.861Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:01.862Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:01.862Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:01.862Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:01.863Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:02.864Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:02.865Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:02.865Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:02.865Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:03.866Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:03.867Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:03.867Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:03.867Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:04.868Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:04.868Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:04.868Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:04.868Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:05.869Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:05.869Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:05.869Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:05.869Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:06.870Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:06.870Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:06.870Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:06.870Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:07.871Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:07.871Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:07.871Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:07.871Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:08.872Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:08.872Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:08.872Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:08.872Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:09.873Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T04:51:09.873Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:51:09.873Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T04:51:09.873Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:51:09.874Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:51:09.915Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:51:09.915Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:51:09.916Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:51:09.916Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:51:09.916Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:51:09.916Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T04:51:09.940Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:51:09.940Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ad629e9 2023-03-21T04:51:09.940Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:51:09.940Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-21T04:51:09.940Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is not found) 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:09.941Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374269940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:10.942Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7) Error message 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-21T04:51:10.985Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:10.986Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374270986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:11.987Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374271987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:12.988Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:51:13.010Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:51:13.014Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:13.015Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:51:13.029Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:51:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:51:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:51:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:51:43.030Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:51:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T04:51:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T04:51:43.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T04:51:43.050Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:51:43.059Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T04:51:43.060Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a473992d-d941-4061-8b11-849eead50d3e], X-ECOMP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], X-TransactionId=[], X-ONAP-RequestID=[818e1cfe-7a98-4520-8d33-2c011b057372], Content-Type=[application/merge-patch+json]} 2023-03-21T04:51:43.068Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:51:43.199Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:51:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-04:51:42:591-89940], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:51:43.199Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:51:43.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T04:51:43.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:51:43.200Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:51:43.211Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:51:43.211Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:51:43.211Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:51:43.211Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:43.212Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:43.212Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374303211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:51:44.235Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:51:44.235Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:51:44.235Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:44.235Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:44.235Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:44.236Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:45.236Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:45.236Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:45.236Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:45.236Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:46.237Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:46.237Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:46.237Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:46.238Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:47.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:47.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:47.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:47.239Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:48.240Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:48.240Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:48.240Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:48.240Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:49.241Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:49.242Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:49.242Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:49.242Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:50.243Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:50.243Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:50.243Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:50.243Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:51:51.244Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:51:51.244Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:51.244Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:51.245Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:52.246Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T04:51:52.246Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:51:52.246Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T04:51:52.247Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:51:52.247Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:51:52.288Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:51:52.288Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:51:52.289Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:51:52.289Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:51:52.289Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:51:52.289Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T04:51:52.314Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:51:52.314Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b1925f4 2023-03-21T04:51:52.314Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||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-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:52.315Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374312315, "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-21T04:51:53.316Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:94a23ced-3a66-4acc-84f2-4f4a25b97de9) Error message 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-21T04:51:53.354Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T04:51:53.354Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:51:53.355Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T04:51:53.355Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:51:53.355Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:53.355Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:53.356Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374313354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:54.356Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T04:51:54.357Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T04:51:54.357Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:51:54.357Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:51:54.357Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:51:54.357Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374314356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:51:55.358Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:51:55.378Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:51:55.381Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:51:55.381Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:51:55.381Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:51:55.381Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:51:55.381Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:55.382Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:55.382Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:55.382Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:51:55.382Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:51:55.395Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:52:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:52:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374224959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374226613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T04:52:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374227615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374258831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T04:52:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:52:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374269940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374270986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374271987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T04:52:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:52:25.395Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:52:25.404Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T04:52:25.404Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T04:52:25.405Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T04:52:25.411Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:52:25.423Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:52:25.425Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T04:52:25.438Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:52:25.582Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T04:52:25.583Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:52:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[249960], x-aai-txid=[1-aai-resources-230321-04:52:24:963-95976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:52:25.583Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:52:25.584Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:52:25.585Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:52:25.593Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:52:25.593Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:52:25.593Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:52:25.593Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:25.593Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:25.594Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374345593, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:52:26.624Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:52:26.624Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:52:26.624Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:26.624Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:26.624Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:26.625Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:27.626Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:27.626Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:27.626Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:27.626Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:28.627Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:28.628Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:28.628Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:28.628Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:29.629Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:29.630Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:29.630Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:29.630Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:30.631Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:30.632Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:30.632Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:30.632Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:31.633Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:31.633Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:31.633Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:31.634Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:32.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:32.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:32.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:32.635Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:33.636Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:33.637Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:33.637Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:33.637Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:52:34.638Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:52:34.638Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:34.638Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:34.638Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:52:35.640Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T04:52:35.640Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:52:35.640Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T04:52:35.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:52:35.640Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:52:35.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:52:35.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:52:35.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:52:35.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:52:35.679Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:52:35.680Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:52:35.705Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:52:35.705Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30d80c54 2023-03-21T04:52:35.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:52:35.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T04:52:35.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:52:35.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:52:35.706Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:52:35.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:52:35.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:35.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:35.707Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374355706, "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-21T04:52:36.708Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message 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-21T04:52:36.750Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists 2023-03-21T04:52:36.750Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:52:36.750Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: 331e1684-7299-42a2-8b70-46a0b054e631 already exists) 2023-03-21T04:52:36.750Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:52:36.750Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:36.751Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:36.751Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374356750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:52:37.751Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T04:52:37.752Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: e593b49e-4f70-4be7-9edf-279148336b7e already exists) 2023-03-21T04:52:37.752Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:52:37.752Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:52:37.752Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:52:37.752Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374357751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:52:38.753Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:52:38.775Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:52:38.778Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:52:38.779Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:52:38.792Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:53:08.792Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:53:08.803Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T04:53:08.803Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T04:53:08.803Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T04:53:08.809Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:53:08.820Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T04:53:08.821Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46fd0636-51c7-4255-bd83-319d8e656924], X-ECOMP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-TransactionId=[], X-ONAP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], Content-Type=[application/merge-patch+json]} 2023-03-21T04:53:08.828Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:53:08.968Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:53:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[262248], x-aai-txid=[1-aai-resources-230321-04:53:08:353-10777], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:53:08.968Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:53:08.969Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T04:53:08.969Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:53:08.970Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:53:08.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:53:08.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:53:08.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:53:08.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:08.975Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:08.976Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374388975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:53:10.002Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:53:10.002Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"2537cf5f-88a6-42a3-99ff-d11e744cbdad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b83ba209-23a4-409e-8462-f9e025810f63","serviceDescription":"service","serviceInvariantUUID":"1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0e37255-4b02-40f6-b998-cba5d07c0a30","resourceInvariantUUID":"a5693f45-6c00-4c2c-ac33-2e22385c385e","resourceCustomizationUUID":"6362f0b5-2eb2-4918-9686-51e71a8e255d","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":"OGQ5NjRlMmQ4NzE2YTYzMDBjZDM0YWI3NDViMWNjNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c3fa9c1-540d-4f85-b9a5-d59aced6ba2f","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":"0aab71d3-b165-42ca-b080-7538df5159a2","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":"173a1763-0e4e-4959-8cf8-e3057aefc83b","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":"ODM4OGEwNzhlMTA2YjUxODc1YmYyZDAyZTkwYjkwYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bed1f1e9-4bda-4c72-a38f-bb04242a9998","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":"0dac8145-c310-48e3-9c47-8abf42469432","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":"3858bad0-faef-43f0-b57c-dff522605e04","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":"2e90e98e-b12b-44ba-8978-dc8be7757686","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":"Yzk2YTg4ZjBmYTAxOTkyZmFiYzI2ZjA0MjYyOGM1NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c36488e7-3843-44df-a816-5f2525c0f2ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a5dbc3b-739c-4a6b-9930-e0040abfa16a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:53:10.002Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:10.003Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:10.003Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:10.003Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:11.003Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:11.004Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:11.004Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:11.004Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:12.004Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:12.005Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:12.005Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:12.005Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:13.006Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:13.006Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:13.007Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:13.007Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:14.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:14.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:14.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:14.008Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:15.009Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:15.009Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:15.009Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:15.009Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:16.010Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:16.010Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:16.011Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:16.011Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:17.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:17.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:17.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:17.012Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:18.013Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:18.014Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:18.014Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:18.014Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:53:19.015Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b83ba209-23a4-409e-8462-f9e025810f63", "serviceDescription": "service", "serviceInvariantUUID": "1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6362f0b5-2eb2-4918-9686-51e71a8e255d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d0e37255-4b02-40f6-b998-cba5d07c0a30", "resourceInvariantUUID": "a5693f45-6c00-4c2c-ac33-2e22385c385e", "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": "M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a5dbc3b-739c-4a6b-9930-e0040abfa16a" } ], "workloadContext": "Production" } 2023-03-21T04:53:19.015Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:53:19.016Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b83ba209-23a4-409e-8462-f9e025810f63 ASDC 2023-03-21T04:53:19.016Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2537cf5f-88a6-42a3-99ff-d11e744cbdad ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b83ba209-23a4-409e-8462-f9e025810f63 ServiceInvariantUUID:1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 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:2a5dbc3b-739c-4a6b-9930-e0040abfa16a ArtifactChecksum:M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6362f0b5-2eb2-4918-9686-51e71a8e255d ResourceInvariantUUID:a5693f45-6c00-4c2c-ac33-2e22385c385e ResourceName:test-pnf ResourceType:PNF ResourceUUID:d0e37255-4b02-40f6-b998-cba5d07c0a30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:53:19.016Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b83ba209-23a4-409e-8462-f9e025810f63 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:53:19.055Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:53:19.055Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:53:19.055Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:53:19.056Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:53:19.056Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:53:19.056Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:53:19.077Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:53:19.078Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41d41c2b 2023-03-21T04:53:19.078Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a5dbc3b-739c-4a6b-9930-e0040abfa16a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:53:19.079Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:19.080Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:19.080Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374399079, "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-21T04:53:20.081Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a5dbc3b-739c-4a6b-9930-e0040abfa16a) Error message 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-21T04:53:20.122Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists 2023-03-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists) 2023-03-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:20.123Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374400123, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:53:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:53:20.525Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: cached metadata has changed from (version147: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version148: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T04:53:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:53:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:53:20.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:53:20.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T04:53:20.562Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:53:20.562Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:53:20.563Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2264, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:53:20.567Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:53:21.125Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T04:53:21.125Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists) 2023-03-21T04:53:21.125Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:53:21.126Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:21.126Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:21.126Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374401125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:53:21.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.586Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374303211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:53:21.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.588Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374312315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374313354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374314356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374345593, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:53:21.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374355706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374356750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374357751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.591Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374388975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:53:21.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374399079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374400123, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists" } 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374401125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists" } 2023-03-21T04:53:21.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:53:22.127Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:53:22.144Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:53:22.148Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T04:53:22.158Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:53:52.158Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:53:52.168Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and serviceModelVersionId: b83ba209-23a4-409e-8462-f9e025810f63 2023-03-21T04:53:52.168Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 2023-03-21T04:53:52.168Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 2023-03-21T04:53:52.173Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:53:52.183Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T04:53:52.184Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||Invoke 2023-03-21T04:53:52.191Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T04:53:52.329Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||InvokeReturn 2023-03-21T04:53:52.330Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:53:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[278632], x-aai-txid=[1-aai-resources-230321-04:53:51:715-72952], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:53:52.330Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:53:52.332Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:53:52.332Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:53:52.340Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:53:52.341Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2537cf5f-88a6-42a3-99ff-d11e744cbdad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T04:53:52.341Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:53:52.341Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:52.341Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:52.341Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374432341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:53:53.369Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:53:53.369Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c5a511a5-93d6-43b1-ad7f-f5b7af15a853","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"db42ae72-6109-4853-8968-7337668dfd5a","serviceDescription":"service","serviceInvariantUUID":"17727fc2-4ffc-40bf-966d-100a0e2fee17","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea","resourceInvariantUUID":"669fdda2-4efe-46d5-b95c-4f13a0966be6","resourceCustomizationUUID":"a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce","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":"OTJmNGQ4MDg2YzBlNzFhNjRjMDI5OGMxMjZjNGYyNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fdbc341-5933-416e-8ca4-bd805a372354","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":"2dc7265a-db8b-4d1a-803a-d5f5840d9a89","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":"a50ddc4f-28fc-4b56-93b7-07564a39e9fd","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":"N2YyYzNkMjRlZDNiNWZmY2FiYjg4ZDA4OTQ4OGM2NTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4792be17-6de3-4b5b-9142-ceb971f65e19","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":"bb780901-8d70-4c52-b02a-0e23e9020aa6","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":"01a59f10-3737-4bda-b7bc-9122ef46ed18","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":"9a4a6aa7-c593-4058-9a2b-98c706773caa","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":"ZDYyYzkyMDUwZmRlY2Y1N2NmNjQ3NGQ0N2Y2ZmZmYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74b87b1f-a473-4115-92da-c1fda5ebdb41","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f96a2bfd-b025-489a-bf9e-1a81b4005bde","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:53:53.370Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:53.370Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:53.370Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:53.370Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:54.371Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:54.371Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:54.372Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:54.372Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:55.372Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:55.373Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:55.373Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:55.373Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:56.374Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:56.374Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:56.374Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:56.375Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:57.375Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:57.376Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:57.376Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:57.376Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:58.376Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:58.377Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:58.377Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:58.377Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:53:59.378Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:53:59.379Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:53:59.379Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:53:59.379Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:54:00.380Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:54:00.380Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:54:00.380Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:54:00.380Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "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-21T04:54:01.381Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:54:01.381Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:54:01.381Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:54:01.382Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:54:02.383Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "db42ae72-6109-4853-8968-7337668dfd5a", "serviceDescription": "service", "serviceInvariantUUID": "17727fc2-4ffc-40bf-966d-100a0e2fee17", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea", "resourceInvariantUUID": "669fdda2-4efe-46d5-b95c-4f13a0966be6", "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": "M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f96a2bfd-b025-489a-bf9e-1a81b4005bde" } ], "workloadContext": "Production" } 2023-03-21T04:54:02.383Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:54:02.383Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db42ae72-6109-4853-8968-7337668dfd5a ASDC 2023-03-21T04:54:02.383Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c5a511a5-93d6-43b1-ad7f-f5b7af15a853 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:db42ae72-6109-4853-8968-7337668dfd5a ServiceInvariantUUID:17727fc2-4ffc-40bf-966d-100a0e2fee17 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:f96a2bfd-b025-489a-bf9e-1a81b4005bde ArtifactChecksum:M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce ResourceInvariantUUID:669fdda2-4efe-46d5-b95c-4f13a0966be6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T04:54:02.384Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db42ae72-6109-4853-8968-7337668dfd5a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:54:02.436Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:54:02.437Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:54:02.437Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:54:02.437Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f96a2bfd-b025-489a-bf9e-1a81b4005bde from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:54:02.437Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:54:02.437Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T04:54:02.456Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:54:02.456Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b18f96d 2023-03-21T04:54:02.457Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:54:02.457Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T04:54:02.457Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f96a2bfd-b025-489a-bf9e-1a81b4005bde Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:54:02.457Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:02.457Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:02.458Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:54:02.458Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:54:02.458Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:54:02.458Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374442457, "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-21T04:54:03.459Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:f96a2bfd-b025-489a-bf9e-1a81b4005bde) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:54:03.478Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:54:03.479Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T04:54:03.487Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:03.509Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea test-pnf 2023-03-21T04:54:03.510Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||No resources found for Service: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T04:54:03.510Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T04:54:03.510Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea 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-21T04:54:03.516Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T04:54:03.532Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T04:54:03.536Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea 0 ASDC deployResourceStructure 2023-03-21T04:54:03.536Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:54:03.537Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374443537, "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-21T04:54:04.538Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:54:04.561Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:54:04.564Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T04:54:04.564Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T04:54:04.565Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T04:54:04.574Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T04:54:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:54:20.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.533Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374432341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T04:54:20.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679373714097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374442457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T04:54:20.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374443537, "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-21T04:54:20.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:54:34.575Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T04:54:34.586Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and serviceModelVersionId: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T04:54:34.586Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17727fc2-4ffc-40bf-966d-100a0e2fee17 2023-03-21T04:54:34.587Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 2023-03-21T04:54:34.593Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T04:54:34.603Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|INFO|500||Invoke 2023-03-21T04:54:34.603Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5a511a5-93d6-43b1-ad7f-f5b7af15a853], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d25a5104-b6d1-4b0e-8901-da950e7505af], X-ECOMP-RequestID=[c5a511a5-93d6-43b1-ad7f-f5b7af15a853], X-TransactionId=[], X-ONAP-RequestID=[c5a511a5-93d6-43b1-ad7f-f5b7af15a853], Content-Type=[application/merge-patch+json]} 2023-03-21T04:54:34.610Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T04:54:34.742Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:54:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[221232], x-aai-txid=[2-aai-resources-230321-04:54:34:134-27634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T04:54:34.742Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T04:54:34.743Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|INFO|500||InvokeReturn 2023-03-21T04:54:34.743Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T04:54:34.743Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:54:34.752Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:54:34.752Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T04:54:34.753Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T04:54:34.753Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:54:34.753Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:54:34.753Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374474752, "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-21T04:54:35.782Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T04:54:35.783Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T04:54:35.784Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 0 disconnected. 2023-03-21T04:54:35.784Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T04:54:35.785Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cancelled in-flight METADATA request with correlation id 167665 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T04:54:35.785Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T04:54:35.786Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T04:54:35.786Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:54:35.786Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:54:35.792Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c632c0aa-4a18-4790-a862-e77c7f66c28e 2023-03-21T04:54:35.792Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:54:35.792Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T04:54:35.793Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T04:54:38.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:41.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:44.920Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:47.928Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:50.936Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:53.946Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:56.954Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:54:59.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:02.973Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:05.984Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:08.994Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:12.003Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:15.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:18.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T04:55:20.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:20.541Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:55:20.541Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T04:55:20.548Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c632c0aa-4a18-4790-a862-e77c7f66c28e', protocol='range'} 2023-03-21T04:55:20.548Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:55:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T04:55:20.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c632c0aa-4a18-4790-a862-e77c7f66c28e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T04:55:20.568Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c632c0aa-4a18-4790-a862-e77c7f66c28e', protocol='range'} 2023-03-21T04:55:20.568Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T04:55:20.568Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T04:55:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T04:55:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T04:55:20.569Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T04:55:20.573Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:55:20.573Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:55:20.574Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:55:20.574Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:55:20.574Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T04:55:20.574Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:55:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:55:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:55:20.574Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:55:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2314, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T04:55:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T04:55:20.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T04:55:21.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T04:55:21.593Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374474752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T04:55:21.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:55:21.621Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T04:55:21.622Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T04:55:21.623Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:21.623Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:21.623Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:21.624Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:22.624Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:22.625Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:22.625Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:22.625Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:23.626Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:23.626Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:23.627Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:23.627Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:24.628Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:24.628Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:24.628Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:24.628Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:25.630Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:25.630Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:25.630Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:25.630Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:26.631Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:26.632Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:26.632Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:26.632Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:27.633Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T04:55:27.634Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:27.634Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:27.634Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:28.635Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T04:55:28.635Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T04:55:28.636Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T04:55:28.636Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T04:55:28.636Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:55:28.683Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T04:55:28.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@687b986f 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T04:55:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T04:55:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:55:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374528713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:29.715Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T04:55:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:55:29.731Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T04:55:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T04:55:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T04:55:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:55:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T04:55:29.735Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T04:55:29.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T04:55:29.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@481473e9 2023-03-21T04:55:29.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T04:55:29.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T04:55:29.752Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T04:55:29.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374529753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:55:30.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T04:55:30.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:55:30.782Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:55:30.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:55:30.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:56:00.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:56:00.810Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:56:00.813Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:56:00.813Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:56:20.524Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:56:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:56:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:56:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:56:30.814Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:56:30.836Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:56:30.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:56:30.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:57:00.840Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:57:00.862Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:57:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:57:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:57:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:57:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T04:57:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.528Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374528713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:57:20.528Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:20.528Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T04:57:20.528Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374529753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T04:57:20.529Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T04:57:30.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:57:30.886Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:57:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:57:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:58:00.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:58:00.910Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:58:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:58:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:58:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:58:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:58:30.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:58:30.938Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:58:30.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:59:00.939Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:59:00.959Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:59:00.962Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:59:00.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T04:59:20.526Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T04:59:30.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:59:30.981Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T04:59:30.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T04:59:30.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:00:00.985Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:00:01.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:00:01.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:00:01.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:00:20.527Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:21.630Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T05:00:21.630Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-c632c0aa-4a18-4790-a862-e77c7f66c28e sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T05:00:21.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T05:00:21.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T05:00:24.109Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:00:24.123Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:00:24.123Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T05:00:24.129Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:00:24.130Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T05:00:24.146Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:00:24.147Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T05:00:24.147Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:00:24.153Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:00:24.153Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:00:24.153Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:00:24.154Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2324, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:00:24.154Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:00:24.154Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:00:31.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T05:00:31.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:00:31.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T05:00:31.016Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T05:00:31.016Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T05:00:31.021Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:00:31.031Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T05:00:31.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5871da02-e363-4030-8062-cefa633162d0], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]} 2023-03-21T05:00:31.040Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T05:00:31.074Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 05:00:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[1-aai-resources-230321-05:00:30:568-48260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:00:31.075Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T05:00:31.076Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T05:00:31.080Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:00:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T05:00:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:00:31.081Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374831088, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:31.108Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:00:31.109Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679374831088, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T05:00:31.109Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|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-21T05:00:32.109Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:00:32.109Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:00:32.109Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:00:32.110Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:32.110Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:32.110Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:33.110Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:00:33.111Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:33.111Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:33.111Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:34.112Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T05:00:34.112Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:00:34.112Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T05:00:34.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T05:00:34.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:00:34.154Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:00:34.154Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:00:34.154Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:00:34.155Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T05:00:34.155Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:00:34.155Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T05:00:34.186Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:00:34.186Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@48b3884 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:00:34.187Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:34.188Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:34.188Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374834187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:35.188Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:35.218Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374835218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:00:36.219Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374836219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:00:37.220Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:00:37.251Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:00:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:00:37.263Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:01:07.263Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:01:07.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T05:01:07.274Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T05:01:07.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T05:01:07.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:01:07.292Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T05:01:07.293Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[014dcc59-815d-4f57-9117-04622e364b43], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]} 2023-03-21T05:01:07.300Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:01:07.425Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:01:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-05:01:06:823-34122], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:01:07.425Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:01:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T05:01:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:01:07.426Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:01:07.435Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:01:07.435Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:01:07.435Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:01:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:07.436Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374867435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:08.464Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:09.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:09.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:09.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:09.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:10.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:10.466Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:10.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:10.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:11.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:11.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:11.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:11.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:12.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:12.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:12.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:12.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:13.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:13.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:13.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:13.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:14.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:14.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:14.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:14.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:15.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:15.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:15.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:15.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:16.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T05:01:16.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:01:16.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T05:01:16.475Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:01:16.475Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:01:16.513Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:01:16.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:01:16.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:01:16.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:16.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:01:16.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:16.780Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T05:01:16.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T05:01:16.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:01:16.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:16.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:01:16.782Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:16.783Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:16.783Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374876782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:17.783Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:01:17.784Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:01:17.784Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:17.784Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:17.785Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:17.785Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:17.861Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16531247533669382777/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T05:01:18.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:01:18.411Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.412Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.413Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:01:18.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:01:18.414Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:01:18.458Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T05:01:18.458Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:01:18.459Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T05:01:18.459Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:01:18.459Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:18.459Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:18.459Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374878458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:19.460Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:01:19.460Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T05:01:19.460Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:01:19.460Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:19.461Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:19.461Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374879460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:20.461Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:01:20.487Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:01:20.491Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:01:20.504Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:01:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374834187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374835218, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374836219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T05:01:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679374867435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374876782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374878458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:01:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374879460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T05:01:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:01:50.505Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:01:50.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T05:01:50.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T05:01:50.514Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T05:01:50.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:01:50.529Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T05:01:50.530Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75ac9d4b-af07-4c79-a5a0-515695d303c6], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T05:01:50.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:01:50.682Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:01:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-05:01:50:061-42297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:01:50.682Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:01:50.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T05:01:50.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:01:50.683Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:01:50.690Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:01:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:01:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:01:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:50.691Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374910691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:01:51.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:01:51.722Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:01:51.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:51.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:51.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:51.723Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:52.724Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:52.724Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:52.724Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:52.724Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:53.725Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:53.725Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:53.725Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:53.725Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:54.726Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:54.726Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:54.726Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:54.726Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:55.727Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:55.727Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:55.727Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:55.727Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:56.728Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:56.728Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:56.728Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:56.728Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:57.729Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:01:57.729Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:57.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:57.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:58.730Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T05:01:58.731Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:01:58.731Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T05:01:58.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:01:58.731Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:01:58.765Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:01:58.766Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:01:58.766Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:01:58.766Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T05:01:58.766Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:01:58.766Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b35e077 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-21T05:01:58.790Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:01:58.791Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:58.791Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:58.791Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374918790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:01:59.791Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:01:59.837Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T05:01:59.837Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T05:01:59.838Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T05:01:59.838Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:01:59.838Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:01:59.838Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:01:59.838Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374919837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:00.839Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T05:02:00.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T05:02:00.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:02:00.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:00.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:00.840Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374920839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:01.841Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:02:01.865Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:02:01.868Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:01.869Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:02:01.881Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:02:20.524Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679374910691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374918790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374919837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374920839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T05:02:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:02:31.881Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:02:31.893Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T05:02:31.893Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T05:02:31.894Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T05:02:31.900Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:02:31.917Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T05:02:31.918Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c4232fe-9c02-43e1-adf0-878170f0ebb7], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T05:02:31.927Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:02:32.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:02:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-05:02:31:450-63089], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:02:32.059Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:02:32.060Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T05:02:32.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:02:32.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:02:32.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:02:32.070Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:02:32.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:02:32.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:32.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:32.071Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374952070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:02:33.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:02:33.100Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:02:33.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:33.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:33.101Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:33.102Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:34.102Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:34.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:34.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:34.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:35.103Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:35.104Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:35.104Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:35.104Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:36.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:36.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:36.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:36.105Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:37.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:37.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:37.106Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:37.107Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:38.107Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:38.107Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:38.107Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:38.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:39.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:39.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:39.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:39.108Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:40.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:02:40.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:40.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:40.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:41.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T05:02:41.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:02:41.110Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T05:02:41.111Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:02:41.111Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:02:41.159Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:02:41.160Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:02:41.160Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:02:41.160Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:41.160Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:02:41.160Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:41.448Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T05:02:41.451Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T05:02:41.451Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:02:41.451Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:41.451Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:02:41.452Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:41.452Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:41.452Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374961451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:42.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:02:42.453Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:02:42.454Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:42.454Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:42.455Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:42.455Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:42.524Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17305567914661822748/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T05:02:43.100Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:02:43.101Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.102Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.103Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.104Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:02:43.104Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:02:43.104Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:02:43.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T05:02:43.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:02:43.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T05:02:43.144Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:02:43.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:43.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:43.145Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374963144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:44.146Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:02:44.146Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T05:02:44.146Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:02:44.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:02:44.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:02:44.147Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374964146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:02:45.148Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:02:45.172Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:02:45.176Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:02:45.176Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:02:45.176Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:02:45.177Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:02:45.188Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:03:15.188Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:03:15.198Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T05:03:15.199Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T05:03:15.199Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T05:03:15.203Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:03:15.213Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:03:15.216Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T05:03:15.224Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:03:15.370Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T05:03:15.371Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:03:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[209032], x-aai-txid=[0-aai-resources-230321-05:03:14:751-6010], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:03:15.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:03:15.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:03:15.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:15.380Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374995380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:03:16.407Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:03:16.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:03:16.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:16.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:16.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:16.408Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:17.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:17.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:17.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:17.409Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:18.410Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:18.410Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:18.410Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:18.410Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:19.412Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:19.412Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:19.412Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:19.412Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:20.413Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:20.414Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:20.414Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:20.414Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679374952070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.531Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.532Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374961451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374963144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374964146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679374995380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:03:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:03:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:03:21.415Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:21.415Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:21.416Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:21.416Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:22.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:22.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:22.417Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:22.418Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:23.418Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:23.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:23.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:23.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:24.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T05:03:24.420Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:03:24.420Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T05:03:24.420Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:03:24.420Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:03:24.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:03:24.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:03:24.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:03:24.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:24.457Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:03:24.458Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:24.743Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T05:03:24.745Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T05:03:24.745Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:03:24.745Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:24.745Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:03:24.746Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:24.746Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:24.746Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375004745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:25.746Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:03:25.747Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:03:25.747Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:25.747Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:25.748Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:25.748Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:25.828Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7557212356580037488/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.379Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.380Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.381Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.381Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.381Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:03:26.381Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:03:26.381Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:03:26.424Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:26.425Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375006424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:27.426Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:03:27.426Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T05:03:27.426Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:03:27.427Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:27.427Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:27.427Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375007426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:03:28.428Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:03:28.443Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:03:28.446Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:03:28.446Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:03:28.447Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:03:28.447Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:03:28.447Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:03:28.447Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:03:28.448Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:03:28.448Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:03:28.448Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:03:28.456Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:03:58.456Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:03:58.468Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T05:03:58.469Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T05:03:58.469Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T05:03:58.476Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:03:58.487Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:03:58.488Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T05:03:58.495Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:03:58.646Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T05:03:58.649Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:03:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-05:03:58:020-980], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:03:58.649Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:03:58.650Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:03:58.650Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:03:58.657Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:03:58.657Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:03:58.657Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:03:58.657Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:58.657Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:58.658Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375038657, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:03:59.686Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:03:59.686Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:03:59.686Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:03:59.687Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:03:59.687Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:03:59.687Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:00.688Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:00.688Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:00.689Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:00.689Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:01.689Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:01.690Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:01.690Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:01.690Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:02.691Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:02.691Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:02.691Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:02.691Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:03.692Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:03.692Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:03.692Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:03.692Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:04.693Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:04.693Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:04.694Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:04.694Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:05.694Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:05.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:05.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:05.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:06.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:06.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:06.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:06.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:07.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:07.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:07.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:07.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:08.698Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:08.698Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:08.698Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:08.698Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:09.700Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T05:04:09.700Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:04:09.700Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T05:04:09.700Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:04:09.701Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:04:09.743Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:04:09.744Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:04:09.744Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:04:09.744Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T05:04:09.744Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:04:09.744Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T05:04:09.772Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:04:09.772Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@555176ae 2023-03-21T05:04:09.772Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is not found) 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:09.773Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375049773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:10.776Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:04:10.817Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:10.818Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375050818, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:11.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:11.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T05:04:11.819Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:04:11.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:11.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:11.820Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375051819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:12.821Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:04:12.843Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:04:12.846Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:04:12.846Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:12.847Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:04:12.858Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:04:20.524Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375004745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375006424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375007426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } 2023-03-21T05:04:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375038657, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375049773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375050818, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375051819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } 2023-03-21T05:04:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:04:42.859Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:04:42.871Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T05:04:42.871Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T05:04:42.872Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T05:04:42.878Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:04:42.890Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:04:42.892Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T05:04:42.901Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:04:43.037Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T05:04:43.038Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:04:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-05:04:42:426-77445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:04:43.039Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:04:43.039Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:04:43.039Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:04:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:04:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:04:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:04:43.046Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:43.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:43.047Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375083046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:04:44.078Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:04:44.078Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:04:44.078Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:44.079Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:44.079Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:44.079Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:45.080Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:45.080Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:45.080Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:45.081Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:46.081Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:46.081Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:46.082Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:46.082Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:47.082Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:47.082Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:47.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:47.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:48.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:48.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:48.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:48.083Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:49.084Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:49.084Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:49.085Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:49.085Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:50.085Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:50.086Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:50.086Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:50.087Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:51.087Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:04:51.088Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:51.088Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:51.088Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:52.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4877af2d-b7f2-4a22-950c-b8eb8d337cb1", "serviceDescription": "service", "serviceInvariantUUID": "f8a26e99-0af8-4ad3-9e97-5176b0a44fe8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "01aab7db-a739-458b-b752-52023675d06a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3aa0525b-6d0d-4c16-9f18-009b5b6822bb", "resourceInvariantUUID": "9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45", "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": "YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1366c3c-6d7a-4650-8fbc-81769225d0ad", "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": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4", "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "generatedFromUUID": "02b00788-95f8-44ba-9fdd-f166e6d0a8b4" }, "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": "2281111c-0f63-429d-9e02-16a18bcc6b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94a23ced-3a66-4acc-84f2-4f4a25b97de9" } ], "workloadContext": "Production" } 2023-03-21T05:04:52.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:04:52.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC 2023-03-21T05:04:52.091Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f89a7ed7-94cf-4656-bc27-3370b1e7d7ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ServiceInvariantUUID:f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 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:94a23ced-3a66-4acc-84f2-4f4a25b97de9 ArtifactChecksum:OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:01aab7db-a739-458b-b752-52023675d06a ResourceInvariantUUID:9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3aa0525b-6d0d-4c16-9f18-009b5b6822bb 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:a1366c3c-6d7a-4650-8fbc-81769225d0ad ArtifactChecksum:YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc= 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:02b00788-95f8-44ba-9fdd-f166e6d0a8b4 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:2281111c-0f63-429d-9e02-16a18bcc6b8c 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:2281111c-0f63-429d-9e02-16a18bcc6b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:04:52.091Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:04:52.129Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:04:52.129Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:04:52.129Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:04:52.130Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T05:04:52.130Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:04:52.130Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T05:04:52.151Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:04:52.151Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a2311e1 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 94a23ced-3a66-4acc-84f2-4f4a25b97de9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-21T05:04:52.152Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:04:52.153Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:52.153Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:52.153Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375092152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:53.153Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:94a23ced-3a66-4acc-84f2-4f4a25b97de9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:04:53.187Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists 2023-03-21T05:04:53.187Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:53.187Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists) 2023-03-21T05:04:53.187Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:04:53.188Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:53.188Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:53.188Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375093187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:54.188Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:04:54.188Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists) 2023-03-21T05:04:54.189Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:04:54.189Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:04:54.189Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:04:54.189Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375094188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:04:55.190Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:04:55.206Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:04:55.209Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:04:55.209Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:04:55.210Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:04:55.219Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:05:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375083046, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:05:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375092152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375093187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 94a23ced-3a66-4acc-84f2-4f4a25b97de9 already exists" } 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:05:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375094188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3aa0525b-6d0d-4c16-9f18-009b5b6822bb already exists" } 2023-03-21T05:05:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:05:25.220Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:05:25.236Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and serviceModelVersionId: 4877af2d-b7f2-4a22-950c-b8eb8d337cb1 2023-03-21T05:05:25.237Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a26e99-0af8-4ad3-9e97-5176b0a44fe8 2023-03-21T05:05:25.237Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 2023-03-21T05:05:25.242Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:05:25.254Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:05:25.255Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||Invoke 2023-03-21T05:05:25.261Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:05:25.402Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0|INFO|500||InvokeReturn 2023-03-21T05:05:25.404Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8a26e99-0af8-4ad3-9e97-5176b0a44fe8/model-vers/model-ver/4877af2d-b7f2-4a22-950c-b8eb8d337cb1?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:05:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[249960], x-aai-txid=[1-aai-resources-230321-05:05:24:786-94665], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:05:25.405Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:05:25.406Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:05:25.406Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:05:25.412Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:05:25.412Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89a7ed7-94cf-4656-bc27-3370b1e7d7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:05:25.413Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:05:25.413Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:25.413Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:25.413Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375125413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:05:26.442Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:05:26.443Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"fed09037-b5af-4ae0-b664-ed2776c18e8f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68333685-6b4f-4eb5-bcb7-28544d4fd255","serviceDescription":"service","serviceInvariantUUID":"9d8c2286-e49c-42f9-8beb-7a0658bec2e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e593b49e-4f70-4be7-9edf-279148336b7e","resourceInvariantUUID":"da6b0f96-69c4-4d83-92ed-e07847ece1c0","resourceCustomizationUUID":"8f92bf30-4443-4bfa-a3e4-e89ce1152619","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":"ZDg3N2RkZDQxMThkY2Y0Yjk0Njk4NDc3MjUyMzRlYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f758966-0f28-4140-b36f-452f6b56ea60","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":"9fde3432-12e4-47a2-a5b0-07d9ec659c38","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":"3d747345-0945-4a06-a456-3d05013460a3","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":"NTdiMWRjZmVhZjYxYjIzNTViNGU0MDk4ZTIzNGMxZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b72aac3a-92e5-4558-8f8b-d670c6544363","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":"6e12e783-09bb-4c8e-b710-22ecafbb9939","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":"65c46092-4c70-46a4-b756-479e5659a00b","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":"79a661a6-708f-4e93-9790-192eb5fbdaeb","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":"MjZjNjRmMWFkOTQyZDg2ZTY1MWM0NTI4YzgzNTc1Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2b8daa7-d175-4959-a9c6-cbbd71f49699","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"331e1684-7299-42a2-8b70-46a0b054e631","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:05:26.443Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:26.443Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:26.443Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:26.443Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:27.444Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:27.444Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:27.444Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:27.444Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:28.445Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:28.445Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:28.445Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:28.445Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:29.446Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:29.447Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:29.447Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:29.447Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:30.448Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:30.448Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:30.448Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:30.448Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:31.449Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:31.449Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:31.450Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:31.450Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:32.450Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:32.451Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:32.451Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:32.451Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:33.452Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:33.452Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:33.453Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:33.453Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:34.453Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:05:34.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:34.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:34.454Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:35.455Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "68333685-6b4f-4eb5-bcb7-28544d4fd255", "serviceDescription": "service", "serviceInvariantUUID": "9d8c2286-e49c-42f9-8beb-7a0658bec2e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8f92bf30-4443-4bfa-a3e4-e89ce1152619", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e593b49e-4f70-4be7-9edf-279148336b7e", "resourceInvariantUUID": "da6b0f96-69c4-4d83-92ed-e07847ece1c0", "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": "MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "331e1684-7299-42a2-8b70-46a0b054e631" } ], "workloadContext": "Production" } 2023-03-21T05:05:35.455Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:05:35.455Z|f89a7ed7-94cf-4656-bc27-3370b1e7d7ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC 2023-03-21T05:05:35.456Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fed09037-b5af-4ae0-b664-ed2776c18e8f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:68333685-6b4f-4eb5-bcb7-28544d4fd255 ServiceInvariantUUID:9d8c2286-e49c-42f9-8beb-7a0658bec2e5 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:331e1684-7299-42a2-8b70-46a0b054e631 ArtifactChecksum:MDk0YWUyYTQ3MWUzNWE5NzlmZDVkZDFmZTBmM2I1NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8f92bf30-4443-4bfa-a3e4-e89ce1152619 ResourceInvariantUUID:da6b0f96-69c4-4d83-92ed-e07847ece1c0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e593b49e-4f70-4be7-9edf-279148336b7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:05:35.456Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68333685-6b4f-4eb5-bcb7-28544d4fd255 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:05:35.492Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:05:35.493Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:05:35.493Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:05:35.493Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 331e1684-7299-42a2-8b70-46a0b054e631 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:05:35.494Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:05:35.494Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:05:35.514Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:05:35.514Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@84aa545 2023-03-21T05:05:35.515Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:05:35.515Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T05:05:35.515Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 331e1684-7299-42a2-8b70-46a0b054e631 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:05:35.515Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T05:05:35.515Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T05:05:35.516Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:05:35.516Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:35.516Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:35.516Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375135515, "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-21T05:05:36.517Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:331e1684-7299-42a2-8b70-46a0b054e631) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:05:36.564Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists 2023-03-21T05:05:36.564Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T05:05:36.564Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: 331e1684-7299-42a2-8b70-46a0b054e631 already exists) 2023-03-21T05:05:36.564Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:05:36.565Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:36.565Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:36.565Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375136564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:37.565Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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-21T05:05:37.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||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: e593b49e-4f70-4be7-9edf-279148336b7e already exists) 2023-03-21T05:05:37.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:05:37.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:05:37.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:05:37.566Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375137565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:05:38.567Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:05:38.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:05:38.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:05:38.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:05:38.605Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:06:08.606Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:06:08.618Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fed09037-b5af-4ae0-b664-ed2776c18e8f and serviceModelVersionId: 68333685-6b4f-4eb5-bcb7-28544d4fd255 2023-03-21T05:06:08.618Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d8c2286-e49c-42f9-8beb-7a0658bec2e5 2023-03-21T05:06:08.619Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 2023-03-21T05:06:08.624Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:06:08.635Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||Invoke 2023-03-21T05:06:08.635Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aab7c56d-f9ff-48b3-a794-68ca28a705f6], X-ECOMP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], X-TransactionId=[], X-ONAP-RequestID=[fed09037-b5af-4ae0-b664-ed2776c18e8f], Content-Type=[application/merge-patch+json]} 2023-03-21T05:06:08.643Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:06:08.787Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:06:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[262248], x-aai-txid=[2-aai-resources-230321-05:06:08:168-1031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:06:08.787Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:06:08.788Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9d8c2286-e49c-42f9-8beb-7a0658bec2e5/model-vers/model-ver/68333685-6b4f-4eb5-bcb7-28544d4fd255?depth=0|INFO|500||InvokeReturn 2023-03-21T05:06:08.788Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:06:08.790Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fed09037-b5af-4ae0-b664-ed2776c18e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:08.800Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375168800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:06:09.827Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:06:09.827Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"2537cf5f-88a6-42a3-99ff-d11e744cbdad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b83ba209-23a4-409e-8462-f9e025810f63","serviceDescription":"service","serviceInvariantUUID":"1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0e37255-4b02-40f6-b998-cba5d07c0a30","resourceInvariantUUID":"a5693f45-6c00-4c2c-ac33-2e22385c385e","resourceCustomizationUUID":"6362f0b5-2eb2-4918-9686-51e71a8e255d","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":"OGQ5NjRlMmQ4NzE2YTYzMDBjZDM0YWI3NDViMWNjNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c3fa9c1-540d-4f85-b9a5-d59aced6ba2f","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":"0aab71d3-b165-42ca-b080-7538df5159a2","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":"173a1763-0e4e-4959-8cf8-e3057aefc83b","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":"ODM4OGEwNzhlMTA2YjUxODc1YmYyZDAyZTkwYjkwYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bed1f1e9-4bda-4c72-a38f-bb04242a9998","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":"0dac8145-c310-48e3-9c47-8abf42469432","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":"3858bad0-faef-43f0-b57c-dff522605e04","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":"2e90e98e-b12b-44ba-8978-dc8be7757686","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":"Yzk2YTg4ZjBmYTAxOTkyZmFiYzI2ZjA0MjYyOGM1NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c36488e7-3843-44df-a816-5f2525c0f2ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a5dbc3b-739c-4a6b-9930-e0040abfa16a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:06:09.828Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:09.828Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:09.828Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:09.828Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:10.829Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:10.829Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:10.829Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:10.829Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:11.830Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:11.830Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:11.830Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:11.830Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:12.831Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:12.832Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:12.832Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:12.832Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:13.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:13.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:13.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:13.833Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:14.834Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:14.834Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:14.834Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:14.834Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:15.835Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:15.835Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:15.835Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:15.836Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:16.836Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:16.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:16.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:16.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:17.837Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:17.838Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:17.838Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:17.838Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:18.839Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b83ba209-23a4-409e-8462-f9e025810f63", "serviceDescription": "service", "serviceInvariantUUID": "1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6362f0b5-2eb2-4918-9686-51e71a8e255d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d0e37255-4b02-40f6-b998-cba5d07c0a30", "resourceInvariantUUID": "a5693f45-6c00-4c2c-ac33-2e22385c385e", "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": "M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a5dbc3b-739c-4a6b-9930-e0040abfa16a" } ], "workloadContext": "Production" } 2023-03-21T05:06:18.839Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:06:18.839Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b83ba209-23a4-409e-8462-f9e025810f63 ASDC 2023-03-21T05:06:18.839Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2537cf5f-88a6-42a3-99ff-d11e744cbdad ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b83ba209-23a4-409e-8462-f9e025810f63 ServiceInvariantUUID:1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 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:2a5dbc3b-739c-4a6b-9930-e0040abfa16a ArtifactChecksum:M2Y3M2M4NzA1ZTc2NmM5Y2IwNzI4NTFmNGM1ZDk0M2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6362f0b5-2eb2-4918-9686-51e71a8e255d ResourceInvariantUUID:a5693f45-6c00-4c2c-ac33-2e22385c385e ResourceName:test-pnf ResourceType:PNF ResourceUUID:d0e37255-4b02-40f6-b998-cba5d07c0a30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:06:18.840Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b83ba209-23a4-409e-8462-f9e025810f63 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:06:18.885Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:06:18.886Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:06:18.886Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:06:18.886Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:06:18.886Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:06:18.887Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:06:18.904Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:06:18.904Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75edd009 2023-03-21T05:06:18.904Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:06:18.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T05:06:18.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a5dbc3b-739c-4a6b-9930-e0040abfa16a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:06:18.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T05:06:18.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T05:06:18.905Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:06:18.906Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:18.906Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:18.906Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375178905, "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-21T05:06:19.907Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a5dbc3b-739c-4a6b-9930-e0040abfa16a) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:06:19.950Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists 2023-03-21T05:06:19.950Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T05:06:19.950Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists) 2023-03-21T05:06:19.951Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:06:19.951Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:19.951Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:19.951Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375179950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:20.525Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: cached metadata has changed from (version150: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version151: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T05:06:20.541Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:06:20.541Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T05:06:20.546Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:06:20.547Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T05:06:20.562Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:06:20.563Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T05:06:20.563Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:06:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:06:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:06:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:06:20.568Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2403, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:06:20.569Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:06:20.569Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:06:20.951Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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-21T05:06:20.952Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||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: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists) 2023-03-21T05:06:20.952Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:06:20.952Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:20.952Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:20.952Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375180951, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:21.588Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.588Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375125413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:06:21.589Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.589Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.589Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.589Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.589Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.590Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.591Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.592Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.592Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.592Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.592Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375135515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.593Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375136564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 331e1684-7299-42a2-8b70-46a0b054e631 already exists" } 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375137565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: e593b49e-4f70-4be7-9edf-279148336b7e already exists" } 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.594Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "fed09037-b5af-4ae0-b664-ed2776c18e8f", "consumerID": "SO-sdc-controller", "timestamp": 1679375168800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.595Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.596Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.597Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375178905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375179950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 2a5dbc3b-739c-4a6b-9930-e0040abfa16a already exists" } 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375180951, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d0e37255-4b02-40f6-b998-cba5d07c0a30 already exists" } 2023-03-21T05:06:21.598Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:06:21.953Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:06:21.979Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:06:21.983Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T05:06:21.995Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:06:51.995Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:06:52.006Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2537cf5f-88a6-42a3-99ff-d11e744cbdad and serviceModelVersionId: b83ba209-23a4-409e-8462-f9e025810f63 2023-03-21T05:06:52.006Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a 2023-03-21T05:06:52.006Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 2023-03-21T05:06:52.010Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:06:52.021Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||Invoke 2023-03-21T05:06:52.021Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bca2f8fc-6285-4c0d-a0f1-6bcc07913caf], X-ECOMP-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], X-TransactionId=[], X-ONAP-RequestID=[2537cf5f-88a6-42a3-99ff-d11e744cbdad], Content-Type=[application/merge-patch+json]} 2023-03-21T05:06:52.030Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:06:52.231Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:06:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[198], vertex-id=[278632], x-aai-txid=[0-aai-resources-230321-05:06:51:554-28351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:06:52.231Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:06:52.232Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1d8c05a2-8c8c-4208-9e6b-efc98ced4e3a/model-vers/model-ver/b83ba209-23a4-409e-8462-f9e025810f63?depth=0|INFO|500||InvokeReturn 2023-03-21T05:06:52.232Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:06:52.232Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:06:52.240Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:06:52.241Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2537cf5f-88a6-42a3-99ff-d11e744cbdad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:06:52.241Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:06:52.241Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:52.241Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:52.241Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375212241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:06:53.271Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T05:06:53.272Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c5a511a5-93d6-43b1-ad7f-f5b7af15a853","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"db42ae72-6109-4853-8968-7337668dfd5a","serviceDescription":"service","serviceInvariantUUID":"17727fc2-4ffc-40bf-966d-100a0e2fee17","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea","resourceInvariantUUID":"669fdda2-4efe-46d5-b95c-4f13a0966be6","resourceCustomizationUUID":"a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce","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":"OTJmNGQ4MDg2YzBlNzFhNjRjMDI5OGMxMjZjNGYyNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fdbc341-5933-416e-8ca4-bd805a372354","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":"2dc7265a-db8b-4d1a-803a-d5f5840d9a89","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":"a50ddc4f-28fc-4b56-93b7-07564a39e9fd","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":"N2YyYzNkMjRlZDNiNWZmY2FiYjg4ZDA4OTQ4OGM2NTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4792be17-6de3-4b5b-9142-ceb971f65e19","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":"bb780901-8d70-4c52-b02a-0e23e9020aa6","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":"01a59f10-3737-4bda-b7bc-9122ef46ed18","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":"9a4a6aa7-c593-4058-9a2b-98c706773caa","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":"ZDYyYzkyMDUwZmRlY2Y1N2NmNjQ3NGQ0N2Y2ZmZmYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74b87b1f-a473-4115-92da-c1fda5ebdb41","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f96a2bfd-b025-489a-bf9e-1a81b4005bde","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:06:53.272Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:53.272Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:53.272Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:53.272Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:54.273Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:54.273Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:54.273Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:54.273Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:55.274Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:55.274Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:55.274Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:55.274Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:56.275Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:56.275Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:56.275Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:56.275Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:57.275Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:57.276Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:57.276Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:57.276Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:58.277Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:58.277Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:58.278Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:58.278Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:06:59.279Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:06:59.279Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:06:59.279Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:06:59.280Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:07:00.280Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:07:00.281Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:07:00.281Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:07:00.281Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:07:01.281Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:07:01.282Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:07:01.282Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:07:01.282Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:07:02.283Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "db42ae72-6109-4853-8968-7337668dfd5a", "serviceDescription": "service", "serviceInvariantUUID": "17727fc2-4ffc-40bf-966d-100a0e2fee17", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea", "resourceInvariantUUID": "669fdda2-4efe-46d5-b95c-4f13a0966be6", "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": "M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f96a2bfd-b025-489a-bf9e-1a81b4005bde" } ], "workloadContext": "Production" } 2023-03-21T05:07:02.283Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:07:02.284Z|2537cf5f-88a6-42a3-99ff-d11e744cbdad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db42ae72-6109-4853-8968-7337668dfd5a ASDC 2023-03-21T05:07:02.284Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c5a511a5-93d6-43b1-ad7f-f5b7af15a853 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:db42ae72-6109-4853-8968-7337668dfd5a ServiceInvariantUUID:17727fc2-4ffc-40bf-966d-100a0e2fee17 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:f96a2bfd-b025-489a-bf9e-1a81b4005bde ArtifactChecksum:M2RkNjAzY2Y3N2Q3Y2M0NzU5MzY4NTkzYmRmZGY2OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a6e6d92a-7136-4c2c-b5c1-f12abcb9d5ce ResourceInvariantUUID:669fdda2-4efe-46d5-b95c-4f13a0966be6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:07:02.284Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db42ae72-6109-4853-8968-7337668dfd5a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:07:02.326Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:07:02.326Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:07:02.327Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T05:07:02.327Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f96a2bfd-b025-489a-bf9e-1a81b4005bde from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:07:02.327Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T05:07:02.327Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T05:07:02.347Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T05:07:02.347Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@dce17d4 2023-03-21T05:07:02.347Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:07:02.347Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f96a2bfd-b025-489a-bf9e-1a81b4005bde Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:07:02.348Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:07:02.349Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375222348, "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-21T05:07:03.349Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:f96a2bfd-b025-489a-bf9e-1a81b4005bde) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T05:07:03.370Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:07:03.370Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T05:07:03.379Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:03.401Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea test-pnf 2023-03-21T05:07:03.401Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||No resources found for Service: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T05:07:03.401Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T05:07:03.401Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea 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-21T05:07:03.408Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T05:07:03.426Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T05:07:03.432Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 3ce9fcc5-19d7-441a-ae0d-9c4d83fbc5ea 0 ASDC deployResourceStructure 2023-03-21T05:07:03.432Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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$$71520aa9.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-21T05:07:03.433Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:03.433Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:03.434Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:07:03.434Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:07:03.434Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:07:03.434Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375223433, "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-21T05:07:04.435Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:07:04.459Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:07:04.462Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:07:04.462Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T05:07:04.463Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||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-21T05:07:04.473Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:07:20.524Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:07:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.533Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2537cf5f-88a6-42a3-99ff-d11e744cbdad", "consumerID": "SO-sdc-controller", "timestamp": 1679375212241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:07:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.534Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.535Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.536Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679374475782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.537Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375222348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:07:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T05:07:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375223433, "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-21T05:07:20.538Z|fed09037-b5af-4ae0-b664-ed2776c18e8f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:07:34.474Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:07:34.486Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and serviceModelVersionId: db42ae72-6109-4853-8968-7337668dfd5a 2023-03-21T05:07:34.486Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17727fc2-4ffc-40bf-966d-100a0e2fee17 2023-03-21T05:07:34.486Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 2023-03-21T05:07:34.492Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:07:34.504Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:07:34.504Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|INFO|500||Invoke 2023-03-21T05:07:34.512Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T05:07:34.658Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0|INFO|500||InvokeReturn 2023-03-21T05:07:34.658Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17727fc2-4ffc-40bf-966d-100a0e2fee17/model-vers/model-ver/db42ae72-6109-4853-8968-7337668dfd5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:07:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[221232], x-aai-txid=[0-aai-resources-230321-05:07:34:037-50003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:07:34.658Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:07:34.658Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:07:34.659Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:07:34.666Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:07:34.666Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5a511a5-93d6-43b1-ad7f-f5b7af15a853 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T05:07:34.666Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:07:34.667Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:07:34.667Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:07:34.667Z|c5a511a5-93d6-43b1-ad7f-f5b7af15a853|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375254666, "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-21T05:07:35.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T05:07:35.696Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T05:07:35.697Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 0 disconnected. 2023-03-21T05:07:35.697Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node 1 disconnected. 2023-03-21T05:07:35.697Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cancelled in-flight METADATA request with correlation id 167784 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T05:07:35.698Z||pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group. 2023-03-21T05:07:35.698Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group 2023-03-21T05:07:35.698Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T05:07:35.698Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T05:07:35.703Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-857bc579-f79a-4409-86b4-f3922d78a7b7 2023-03-21T05:07:35.703Z||pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:07:35.704Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T05:07:35.704Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group 2023-03-21T05:07:35.890Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:38.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:41.908Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:44.915Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:47.924Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:50.932Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:53.941Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:56.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:07:59.958Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:02.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:05.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:08.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:11.994Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:15.002Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:18.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:08:20.524Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:20.539Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:08:20.540Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T05:08:20.545Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-857bc579-f79a-4409-86b4-f3922d78a7b7', protocol='range'} 2023-03-21T05:08:20.545Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:08:20.554Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.554Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.555Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww 2023-03-21T05:08:20.556Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-857bc579-f79a-4409-86b4-f3922d78a7b7=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T05:08:20.573Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-857bc579-f79a-4409-86b4-f3922d78a7b7', protocol='range'} 2023-03-21T05:08:20.573Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:08:20.574Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T05:08:20.574Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T05:08:20.574Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:08:20.574Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T05:08:20.577Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:08:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:08:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:08:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2441, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:08:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:08:20.578Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:08:20.579Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:08:20.579Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:08:20.579Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:08:20.579Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:08:20.579Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-21T05:08:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:08:21.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T05:08:21.600Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c5a511a5-93d6-43b1-ad7f-f5b7af15a853", "consumerID": "SO-sdc-controller", "timestamp": 1679375254666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T05:08:21.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:08:21.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:08:21.622Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:08:21.623Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:21.624Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:21.624Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:21.624Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:22.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:22.626Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:22.626Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:22.626Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:23.627Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:23.627Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:23.627Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:23.627Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:24.628Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:24.628Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:24.629Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:24.629Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:25.630Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:25.630Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:25.630Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:25.630Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:26.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:26.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:26.632Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:26.632Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:27.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:08:27.634Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:27.634Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:27.634Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:28.635Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "serviceName": "basic_onboard_omOgvT", "serviceVersion": "1.0", "serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed", "serviceDescription": "service", "serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d", "resources": [ { "resourceInstanceName": "basic_onboard_omOgvT 0", "resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb", "resourceName": "basic_onboard_omOgvT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e", "resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omogvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmogvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0" } ], "workloadContext": "Production" } 2023-03-21T05:08:28.636Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:08:28.636Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC 2023-03-21T05:08:28.637Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784 ServiceName:basic_onboard_omOgvT ServiceVersion:1.0 ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmogvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0 ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_omOgvT 0 ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29 ResourceName:basic_onboard_omOgvT ResourceType:VF ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omogvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98 ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM= 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:08:28.638Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:08:28.675Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:08:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:08:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:08:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T05:08:28.676Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:08:28.677Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 2023-03-21T05:08:28.712Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1cf2d52c 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found) 2023-03-21T05:08:28.713Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:08:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:28.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375308713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:29.714Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-21T05:08:29.733Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T05:08:29.733Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T05:08:29.736Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||basic_onboard_omOgvT 0 2023-03-21T05:08:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e 2023-03-21T05:08:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T05:08:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:08:29.737Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 2023-03-21T05:08:29.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T05:08:29.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b56887f 2023-03-21T05:08:29.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|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": [ "BasicOnboardOmogvt" ] } } } 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found) 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:08:29.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375309755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:08:30.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|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_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T05:08:30.757Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:08:30.783Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:08:30.787Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:08:30.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:09:00.788Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:09:00.809Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:09:00.812Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:09:00.813Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:09:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:09:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:09:20.526Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:09:20.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:09:30.813Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:09:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:09:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:09:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:10:00.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:10:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:10:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:10:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:10:20.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:10:20.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "NOTIFIED" } 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.527Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375308713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375309755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:10:20.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:10:30.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:10:30.887Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:10:30.891Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:10:30.891Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:11:00.891Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:11:00.919Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:11:00.924Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:11:00.924Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:11:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:11:30.924Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:11:30.940Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:11:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:11:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:12:00.944Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:12:00.963Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:12:00.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:12:00.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:12:20.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:12:30.967Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:12:30.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:12:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:12:30.991Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:13:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:13:01.011Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:13:01.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T05:13:01.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T05:13:20.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:21.640Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. 2023-03-21T05:13:21.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-857bc579-f79a-4409-86b4-f3922d78a7b7 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired. 2023-03-21T05:13:21.641Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T05:13:21.641Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T05:13:24.136Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T05:13:24.152Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:13:24.153Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group 2023-03-21T05:13:24.159Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:13:24.159Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 62: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T05:13:24.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'} 2023-03-21T05:13:24.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T05:13:24.177Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T05:13:24.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:13:24.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:13:24.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:13:24.182Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2451, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T05:13:24.183Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T05:13:24.183Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T05:13:31.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T05:13:31.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:13:31.024Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed 2023-03-21T05:13:31.025Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d 2023-03-21T05:13:31.025Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 2023-03-21T05:13:31.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:13:31.047Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:13:31.047Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke 2023-03-21T05:13:31.055Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T05:13:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-21T05:13:31.087Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 05:13:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[1-aai-resources-230321-05:13:30:582-30191], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:13:31.089Z|0501a269-6917-4323-8916-7d2dd0e6a784|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/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}} 2023-03-21T05:13:31.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:13:31.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T05:13:31.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:13:31.092Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (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-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|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-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114) 2023-03-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:31.099Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375611099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:31.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:13:31.119Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784", "consumerID": "SO-sdc-controller", "timestamp": 1679375611099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)" } 2023-03-21T05:13:31.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:13:32.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:13:32.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:13:32.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:13:32.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:32.125Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:32.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:33.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:13:33.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:33.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:33.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:34.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b", "serviceDescription": "service", "serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb", "resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097", "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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a" } ], "workloadContext": "Production" } 2023-03-21T05:13:34.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:13:34.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC 2023-03-21T05:13:34.128Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44 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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0 ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T05:13:34.128Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:13:34.166Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:13:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:13:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:13:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T05:13:34.167Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:13:34.168Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:34.201Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T05:13:34.202Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ad39b8e 2023-03-21T05:13:34.202Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:13:34.202Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:34.202Z|349ea2e1-f588-43e7-a241-38b52134bab2|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 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:34.203Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375614203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:35.204Z|349ea2e1-f588-43e7-a241-38b52134bab2|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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:13:35.231Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists 2023-03-21T05:13:35.231Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:35.232Z|349ea2e1-f588-43e7-a241-38b52134bab2|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: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists) 2023-03-21T05:13:35.232Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:13:35.232Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:35.232Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:35.232Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375615231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:36.233Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:36.233Z|349ea2e1-f588-43e7-a241-38b52134bab2|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: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists) 2023-03-21T05:13:36.233Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:13:36.234Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:13:36.234Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:13:36.234Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375616233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:13:37.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:13:37.254Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:13:37.257Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:13:37.258Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:13:37.258Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:13:37.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:14:07.268Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:14:07.275Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 2023-03-21T05:14:07.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44 2023-03-21T05:14:07.276Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 2023-03-21T05:14:07.280Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:14:07.290Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:14:07.291Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke 2023-03-21T05:14:07.298Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:14:07.419Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn 2023-03-21T05:14:07.420Z|349ea2e1-f588-43e7-a241-38b52134bab2|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/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:14:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[348328], x-aai-txid=[2-aai-resources-230321-05:14:06:822-27820], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:14:07.420Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:14:07.421Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:14:07.421Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:14:07.429Z|349ea2e1-f588-43e7-a241-38b52134bab2|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-21T05:14:07.429Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:14:07.429Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:14:07.430Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:07.430Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:07.430Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375647429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:08.465Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:09.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:09.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:09.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:09.467Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:10.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:10.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:10.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:10.468Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:11.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:11.469Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:11.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:11.470Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:12.471Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:12.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:12.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:12.472Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:13.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:13.473Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:13.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:13.474Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:14.475Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:14.475Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:14.476Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:14.476Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:15.477Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:15.477Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:15.478Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:16.479Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY", "serviceVersion": "1.0", "serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec", "resources": [ { "resourceInstanceName": "pNF 604e7639-aa75 0", "resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351", "resourceName": "pNF 604e7639-aa75", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9", "resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e" } ], "workloadContext": "Production" } 2023-03-21T05:14:16.480Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:14:16.480Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC 2023-03-21T05:14:16.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71 ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY ServiceVersion:1.0 ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 604e7639-aa75 0 ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351 ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e ResourceName:pNF 604e7639-aa75 ResourceType:PNF ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:14:16.480Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:14:16.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:14:16.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:14:16.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:14:16.520Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:16.521Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:14:16.521Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:16.827Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:16.829Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:16.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375656829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:17.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:14:17.830Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:14:17.831Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:17.832Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:17.833Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:17.833Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:17.953Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9403367909567765578/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.497Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-DemoPnfQsiln52zaal32uxcufsy-csar.csar 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:14:18.498Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:14:18.499Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qsilN52ZaaL32UxCuFsY Description:catalog service description Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f Model Version:NULL Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:14:18.538Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||ERROR|500||Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists) 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:18.539Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375658539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:19.540Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification 2023-03-21T05:14:19.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar(Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists) 2023-03-21T05:14:19.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:14:19.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:19.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:19.541Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375659540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375614203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375615231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists" } 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375616233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists" } 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2", "consumerID": "SO-sdc-controller", "timestamp": 1679375647429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:14:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375656829, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375658539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e already exists" } 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375659540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 already exists" } 2023-03-21T05:14:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:14:20.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:14:20.567Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:14:20.571Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T05:14:20.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:14:50.584Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:14:50.596Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 2023-03-21T05:14:50.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec 2023-03-21T05:14:50.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 2023-03-21T05:14:50.604Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:14:50.620Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke 2023-03-21T05:14:50.621Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37f9f3c7-ec49-441b-ac10-3642d093e853], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]} 2023-03-21T05:14:50.629Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:14:50.863Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:14:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[230], vertex-id=[205016], x-aai-txid=[0-aai-resources-230321-05:14:50:154-66467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:14:50.863Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:14:50.864Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn 2023-03-21T05:14:50.864Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:14:50.864Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T05:14:50.873Z|ed21b888-c295-4c78-8e75-070c29b5ed71|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-21T05:14:50.873Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:14:50.874Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:14:50.874Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:50.874Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:50.874Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375690874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:14:51.901Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:14:51.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","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":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","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":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","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":"13d869a4-e043-4ee3-aecd-11773103eaa5","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":"f83fe089-6359-46fd-86dc-44d8737a1e5e","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":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:14:51.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:51.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:51.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:51.902Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:52.903Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:52.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:52.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:52.904Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:53.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:53.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:53.905Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:53.906Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:54.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:54.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:54.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:54.907Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:55.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:55.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:55.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:55.909Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:56.910Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:56.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:56.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:56.911Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:57.912Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:14:57.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:57.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:57.913Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:58.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40", "serviceDescription": "service", "serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a", "resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c", "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": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b", "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": "13d869a4-e043-4ee3-aecd-11773103eaa5", "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5" }, "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": "d78ea26c-2c84-476c-81e7-af76acd8b415", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4" } ], "workloadContext": "Production" } 2023-03-21T05:14:58.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:14:58.914Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC 2023-03-21T05:14:58.915Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66 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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909 ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c ResourceName:basic_vm ResourceType:VF ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a 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:1f941c80-04f1-458d-85bd-1d16af20360b ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY= 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:13d869a4-e043-4ee3-aecd-11773103eaa5 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:d78ea26c-2c84-476c-81e7-af76acd8b415 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:d78ea26c-2c84-476c-81e7-af76acd8b415 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:14:58.915Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:14:58.968Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:14:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:14:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:14:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T05:14:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:14:58.969Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:14:58.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T05:14:58.989Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70e80566 2023-03-21T05:14:58.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:14:58.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:14:58.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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 bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:14:58.990Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:14:58.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:14:58.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:14:58.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:14:58.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:14:58.991Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375698990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:14:59.992Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:15:00.034Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||ERROR|500||Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists 2023-03-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists) 2023-03-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:00.035Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375700035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:15:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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: dab42346-7bbd-41ff-932e-49548fbc523a already exists) 2023-03-21T05:15:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:15:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:01.036Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:01.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375701036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:02.037Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:15:02.058Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:02.063Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:15:02.077Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:15:20.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71", "consumerID": "SO-sdc-controller", "timestamp": 1679375690874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:15:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T05:15:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375698990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375700035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 already exists" } 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:15:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375701036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: dab42346-7bbd-41ff-932e-49548fbc523a already exists" } 2023-03-21T05:15:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:15:32.078Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:15:32.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8221b81-f8aa-44b8-970d-c22944d4ff45 and serviceModelVersionId: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 2023-03-21T05:15:32.086Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 797cd2d7-1053-4fd3-9c8b-f1d842475f66 2023-03-21T05:15:32.087Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 2023-03-21T05:15:32.093Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:15:32.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||Invoke 2023-03-21T05:15:32.109Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[476a7f52-e749-4334-bb1e-90c5f7c4a0fa], X-ECOMP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], X-TransactionId=[], X-ONAP-RequestID=[e8221b81-f8aa-44b8-970d-c22944d4ff45], Content-Type=[application/merge-patch+json]} 2023-03-21T05:15:32.117Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:15:32.256Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:15:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[200840], x-aai-txid=[1-aai-resources-230321-05:15:31:642-78640], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:15:32.256Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:15:32.257Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/797cd2d7-1053-4fd3-9c8b-f1d842475f66/model-vers/model-ver/ce497e41-8d1d-4d2f-b1bd-bdc3675baa40?depth=0|INFO|500||InvokeReturn 2023-03-21T05:15:32.258Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:15:32.258Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:15:32.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|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-21T05:15:32.270Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8221b81-f8aa-44b8-970d-c22944d4ff45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:15:32.271Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:15:32.271Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:32.271Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:32.271Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375732271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:15:33.297Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:15:33.298Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"5b912411-7f11-42e8-8350-284e5a734f56","serviceName":"Demo_pNF_obT34bTNOGLncDkZ9mb8","serviceVersion":"1.0","serviceUUID":"cd20718a-bcb7-4328-a481-3722b9b64d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"8ed59d23-c43e-453e-b566-c5dc283d6ef1","resources":[{"resourceInstanceName":"pNF bc206b3a-de2f 0","resourceName":"pNF bc206b3a-de2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffe0c324-1c0f-4b6e-bd74-f08294747af3","resourceInvariantUUID":"ff3d2c50-2265-41ed-97c2-57fff185e83a","resourceCustomizationUUID":"024b4982-3d2b-424f-b03f-5691967f0baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y3OWE5ZTcwYmVjOTA1ZmU1ZjA5ZjE1MjdkZjg2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d660cfb7-bd3c-42cf-85dc-d64d029c018b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cecba050-d328-413d-b35e-8a9f342fa14b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e558221a-e8ef-4d28-bde9-eecf9f1215af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxMDY1ODNiNDIwMWJjMWY1MzU0NDAyMzU0MGUxODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9706678d-bf30-48ab-bc36-cecb7dfdedfb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cac594b-8e08-41de-8175-dcb45390ea07","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e58ca2a-f260-488f-98b3-6ebcf5d6259a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml","artifactChecksum":"NWNmM2Q1NWI1YzM2NmFiODBmMzM3OGU0MDdmNGMyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"354c1ae6-1ba7-4d1a-9f86-03d19c0b397a","artifactVersion":"1"},{"artifactName":"service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar","artifactChecksum":"YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe3b5c8e-a427-4877-8309-cd9987a8760b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:15:33.298Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:33.298Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:33.298Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:33.298Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:34.299Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:34.299Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:34.299Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:34.299Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:35.300Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:35.300Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:35.300Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:35.300Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:36.301Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:36.301Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:36.301Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:36.302Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:37.302Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:37.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:37.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:37.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:38.303Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:38.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:38.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:38.304Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:39.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:39.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:39.305Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:39.306Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:40.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:15:40.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:40.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:40.307Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:41.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "serviceName": "Demo_pNF_obT34bTNOGLncDkZ9mb8", "serviceVersion": "1.0", "serviceUUID": "cd20718a-bcb7-4328-a481-3722b9b64d8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ed59d23-c43e-453e-b566-c5dc283d6ef1", "resources": [ { "resourceInstanceName": "pNF bc206b3a-de2f 0", "resourceCustomizationUUID": "024b4982-3d2b-424f-b03f-5691967f0baa", "resourceName": "pNF bc206b3a-de2f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ffe0c324-1c0f-4b6e-bd74-f08294747af3", "resourceInvariantUUID": "ff3d2c50-2265-41ed-97c2-57fff185e83a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "artifactChecksum": "YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe3b5c8e-a427-4877-8309-cd9987a8760b" } ], "workloadContext": "Production" } 2023-03-21T05:15:41.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:15:41.308Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC 2023-03-21T05:15:41.308Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:5b912411-7f11-42e8-8350-284e5a734f56 ServiceName:Demo_pNF_obT34bTNOGLncDkZ9mb8 ServiceVersion:1.0 ServiceUUID:cd20718a-bcb7-4328-a481-3722b9b64d8b ServiceInvariantUUID:8ed59d23-c43e-453e-b566-c5dc283d6ef1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ArtifactUUID:fe3b5c8e-a427-4877-8309-cd9987a8760b ArtifactChecksum:YzQ1YzkxYTJjMmQzODFjZGRiNGIxOTdkMjYyMjBiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc206b3a-de2f 0 ResourceCustomizationUUID:024b4982-3d2b-424f-b03f-5691967f0baa ResourceInvariantUUID:ff3d2c50-2265-41ed-97c2-57fff185e83a ResourceName:pNF bc206b3a-de2f ResourceType:PNF ResourceUUID:ffe0c324-1c0f-4b6e-bd74-f08294747af3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:15:41.308Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd20718a-bcb7-4328-a481-3722b9b64d8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:15:41.352Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:15:41.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:15:41.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:15:41.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b from URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:41.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:15:41.353Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:41.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T05:15:41.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar fe3b5c8e-a427-4877-8309-cd9987a8760b 88010 2023-03-21T05:15:41.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:15:41.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:41.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:15:41.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:41.661Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:41.661Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375741660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:42.661Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:15:42.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:15:42.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b, URL: /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar to file: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:42.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:42.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:42.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:42.737Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2890693483915877119/Definitions/service-DemoPnfObt34btnoglncdkz9mb8-template.yml 2023-03-21T05:15:43.322Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc206b3a-de2f 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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|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-DemoPnfObt34btnoglncdkz9mb8-csar.csar 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:15:43.323Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Node template pNF bc206b3a-de2f 0 is matching search criteria 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF bc206b3a-de2f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_obT34bTNOGLncDkZ9mb8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:15:43.324Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_obT34bTNOGLncDkZ9mb8 Description:catalog service description Model UUID:cd20718a-bcb7-4328-a481-3722b9b64d8b Model Version:NULL Model InvariantUuid:8ed59d23-c43e-453e-b566-c5dc283d6ef1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||ERROR|500||Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists 2023-03-21T05:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists) 2023-03-21T05:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:15:43.372Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:43.373Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375743372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar ASDC sendASDCNotification 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar(Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists) 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:15:44.375Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375744375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:15:45.376Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:15:45.399Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:15:45.402Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:45.403Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:45.404Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:15:45.404Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T05:15:45.418Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:16:15.419Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b912411-7f11-42e8-8350-284e5a734f56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:16:15.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b912411-7f11-42e8-8350-284e5a734f56 and serviceModelVersionId: cd20718a-bcb7-4328-a481-3722b9b64d8b 2023-03-21T05:16:15.428Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ed59d23-c43e-453e-b566-c5dc283d6ef1 2023-03-21T05:16:15.429Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 2023-03-21T05:16:15.435Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:16:15.453Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:16:15.454Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||Invoke 2023-03-21T05:16:15.460Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:16:15.607Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0|INFO|500||InvokeReturn 2023-03-21T05:16:15.608Z|5b912411-7f11-42e8-8350-284e5a734f56|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/8ed59d23-c43e-453e-b566-c5dc283d6ef1/model-vers/model-ver/cd20718a-bcb7-4328-a481-3722b9b64d8b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:16:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[209032], x-aai-txid=[1-aai-resources-230321-05:16:14:986-48032], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:16:15.608Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:16:15.609Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:16:15.609Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|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-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b912411-7f11-42e8-8350-284e5a734f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:15.621Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375775621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:16:16.654Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:16:16.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4acc7832-69ca-466b-a78c-36f19e9d2af0","serviceName":"Demo_pNF_wFGlUrYtbKLRh5MuUuFa","serviceVersion":"1.0","serviceUUID":"0b44b7e6-e762-4045-911d-b6ef59ed28ca","serviceDescription":"catalog service description","serviceInvariantUUID":"64e2a6bf-4053-4f72-acfb-de243ebee864","resources":[{"resourceInstanceName":"pNF 6c73bb66-561b 0","resourceName":"pNF 6c73bb66-561b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"630b09db-537c-4c1e-9cca-00844a76bd7b","resourceInvariantUUID":"3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154","resourceCustomizationUUID":"500d05a1-a3f4-4e06-a907-f87350c13ada","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4ZjI0MGFkMGE0OWY5ZjUzZTA5ZDAyZWEwMjViOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e155ecc-e8a5-4f7c-b830-26fa6704609d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0dcc34f-c71b-496a-a7ca-422f14657c79","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b31148f4-ee68-4710-bd4c-e9670a44f67e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZmZGM5NmQ1ZGE1ZDgzYzNlOTM0NDFjMzZmZTY4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2b153f4-7ad4-490b-bdca-87781e2e71cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2921744d-edba-4fba-922d-441057199179","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5570c627-50d3-4489-b3d8-eed6c9a862d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml","artifactChecksum":"NzA2ZWJmNzQ0NmU4YTQwZDBmMTIxMzFlODg3OWE5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c69f80f-dbe8-43ed-8021-3f6ef307538f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar","artifactChecksum":"ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce9a7ad-2cc4-4d91-8e35-b56d91138393","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:16:16.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:16.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:16.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:16.655Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:17.656Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:17.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:17.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:17.657Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:18.658Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:18.658Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:18.658Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:18.659Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:19.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:19.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:19.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:19.660Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45", "consumerID": "SO-sdc-controller", "timestamp": 1679375732271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/resourceInstances/pnfbc206b3ade2f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "NOTIFIED" } 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375741660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375743372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fe3b5c8e-a427-4877-8309-cd9987a8760b already exists" } 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375744375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfObt34btnoglncdkz9mb8/1.0/artifacts/service-DemoPnfObt34btnoglncdkz9mb8-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ffe0c324-1c0f-4b6e-bd74-f08294747af3 already exists" } 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "5b912411-7f11-42e8-8350-284e5a734f56", "consumerID": "SO-sdc-controller", "timestamp": 1679375775621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:16:20.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T05:16:20.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:16:20.661Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:20.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:20.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:20.662Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:21.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:21.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:21.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:21.663Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:22.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:22.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:22.664Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:22.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:23.665Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:23.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:23.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:23.666Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:24.667Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "serviceName": "Demo_pNF_wFGlUrYtbKLRh5MuUuFa", "serviceVersion": "1.0", "serviceUUID": "0b44b7e6-e762-4045-911d-b6ef59ed28ca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64e2a6bf-4053-4f72-acfb-de243ebee864", "resources": [ { "resourceInstanceName": "pNF 6c73bb66-561b 0", "resourceCustomizationUUID": "500d05a1-a3f4-4e06-a907-f87350c13ada", "resourceName": "pNF 6c73bb66-561b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "630b09db-537c-4c1e-9cca-00844a76bd7b", "resourceInvariantUUID": "3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "artifactChecksum": "ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ce9a7ad-2cc4-4d91-8e35-b56d91138393" } ], "workloadContext": "Production" } 2023-03-21T05:16:24.668Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:16:24.668Z|5b912411-7f11-42e8-8350-284e5a734f56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC 2023-03-21T05:16:24.668Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4acc7832-69ca-466b-a78c-36f19e9d2af0 ServiceName:Demo_pNF_wFGlUrYtbKLRh5MuUuFa ServiceVersion:1.0 ServiceUUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca ServiceInvariantUUID:64e2a6bf-4053-4f72-acfb-de243ebee864 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ArtifactUUID:1ce9a7ad-2cc4-4d91-8e35-b56d91138393 ArtifactChecksum:ZGRmNDhhNWI5MTViOTYwYWFjYTRmMmIwYmZiODE4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6c73bb66-561b 0 ResourceCustomizationUUID:500d05a1-a3f4-4e06-a907-f87350c13ada ResourceInvariantUUID:3c34e09a-7d2e-4e8a-8ec0-4bdeba85d154 ResourceName:pNF 6c73bb66-561b ResourceType:PNF ResourceUUID:630b09db-537c-4c1e-9cca-00844a76bd7b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T05:16:24.668Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b44b7e6-e762-4045-911d-b6ef59ed28ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:16:24.708Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:16:24.708Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:16:24.708Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:16:24.708Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 from URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:24.708Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:16:24.709Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:24.999Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T05:16:25.001Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 88010 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:25.002Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375785002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:26.004Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:16:26.004Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:16:26.004Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393, URL: /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar to file: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.005Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.005Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.005Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.086Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6198960760693591224/Definitions/service-DemoPnfWfglurytbklrh5muuufa-template.yml 2023-03-21T05:16:26.646Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c73bb66-561b 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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-DemoPnfWfglurytbklrh5muuufa-csar.csar 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.647Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c73bb66-561b 0 is matching search criteria 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c73bb66-561b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_wFGlUrYtbKLRh5MuUuFa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T05:16:26.648Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wFGlUrYtbKLRh5MuUuFa Description:catalog service description Model UUID:0b44b7e6-e762-4045-911d-b6ef59ed28ca Model Version:NULL Model InvariantUuid:64e2a6bf-4053-4f72-acfb-de243ebee864 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:16:26.694Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||ERROR|500||Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists) 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:26.695Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375786695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 1ce9a7ad-2cc4-4d91-8e35-b56d91138393 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:27.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar ASDC sendASDCNotification 2023-03-21T05:16:27.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar(Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists) 2023-03-21T05:16:27.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:16:27.696Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:27.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:27.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375787696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/artifacts/service-DemoPnfWfglurytbklrh5muuufa-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 630b09db-537c-4c1e-9cca-00844a76bd7b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:16:28.697Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:16:28.721Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:16:28.725Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T05:16:28.738Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:16:58.738Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:16:58.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4acc7832-69ca-466b-a78c-36f19e9d2af0 and serviceModelVersionId: 0b44b7e6-e762-4045-911d-b6ef59ed28ca 2023-03-21T05:16:58.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64e2a6bf-4053-4f72-acfb-de243ebee864 2023-03-21T05:16:58.751Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 2023-03-21T05:16:58.757Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:16:58.769Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:16:58.770Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||Invoke 2023-03-21T05:16:58.778Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:16:58.919Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0|INFO|500||InvokeReturn 2023-03-21T05:16:58.919Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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/64e2a6bf-4053-4f72-acfb-de243ebee864/model-vers/model-ver/0b44b7e6-e762-4045-911d-b6ef59ed28ca?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:16:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[188464], x-aai-txid=[2-aai-resources-230321-05:16:58:304-21422], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:16:58.921Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:16:58.922Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:16:58.922Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T05:16:58.930Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|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-21T05:16:58.930Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4acc7832-69ca-466b-a78c-36f19e9d2af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:16:58.930Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:16:58.930Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:58.931Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:58.931Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375818930, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:16:59.957Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:16:59.957Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"818e1cfe-7a98-4520-8d33-2c011b057372","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6a056312-f4dc-4ed6-a378-86c320d33e4f","serviceDescription":"service","serviceInvariantUUID":"6f4b66ad-c36b-4e1c-8811-58fe7b2e658b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f7dac44-a9e5-45b4-9b58-31b9d8caa110","resourceInvariantUUID":"6285f259-ac04-4ea8-80e7-1d0e8a4ffef5","resourceCustomizationUUID":"c8a5dabf-4f78-4021-b28a-3af905b5cbaf","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":"YzJkNmI4OGU4MzRjNGIwZDA5NTBjZmJmNGQyY2RkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56512be3-19af-47af-947e-d127c9d236e0","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":"OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9cccebd-29ae-4e7a-9e4d-82e47e665c3d","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":"3073cc97-141a-4d62-8b27-6a9a811c4ea0","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":"a3845630-20b0-4c64-8fa1-ea5f59f26d17","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":"9fd4e384-3dea-426c-8507-5164cee4c80b","artifactVersion":"2","generatedFromUUID":"434fdfe3-8280-4290-b9a9-108d4db1e276"},{"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":"ea8c62a8-6355-423a-9cf0-4a6c154c83f4","artifactVersion":"2","generatedFromUUID":"3073cc97-141a-4d62-8b27-6a9a811c4ea0"},{"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":"434fdfe3-8280-4290-b9a9-108d4db1e276","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":"b4875664-664e-48a7-a90e-6089e05091b4","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":"YzdkOTk0MDY3NGVhZTgxNjZmOGYwMTIzM2Q3OTBlNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7582910-fe94-4767-b8cf-50adb6b1ebfb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0651cd1-b97f-4d32-a7e3-7a3491e31ba7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:16:59.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:16:59.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:16:59.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:16:59.958Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:00.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:00.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:00.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:00.959Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:01.960Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:01.960Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:01.960Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:01.960Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:02.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:02.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:02.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:02.961Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:03.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:03.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:03.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:03.962Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:04.963Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:04.964Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:04.964Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:04.964Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:05.964Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:05.965Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:05.965Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:05.965Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:06.965Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:06.966Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:06.966Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:06.966Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:07.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:07.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:07.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:07.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:08.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:08.967Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:08.968Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:08.968Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:09.968Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6a056312-f4dc-4ed6-a378-86c320d33e4f", "serviceDescription": "service", "serviceInvariantUUID": "6f4b66ad-c36b-4e1c-8811-58fe7b2e658b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c8a5dabf-4f78-4021-b28a-3af905b5cbaf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1f7dac44-a9e5-45b4-9b58-31b9d8caa110", "resourceInvariantUUID": "6285f259-ac04-4ea8-80e7-1d0e8a4ffef5", "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": "OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9cccebd-29ae-4e7a-9e4d-82e47e665c3d", "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": "3073cc97-141a-4d62-8b27-6a9a811c4ea0", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "generatedFromUUID": "3073cc97-141a-4d62-8b27-6a9a811c4ea0" }, "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": "9fd4e384-3dea-426c-8507-5164cee4c80b", "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": "ea8c62a8-6355-423a-9cf0-4a6c154c83f4", "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": "434fdfe3-8280-4290-b9a9-108d4db1e276", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0651cd1-b97f-4d32-a7e3-7a3491e31ba7" } ], "workloadContext": "Production" } 2023-03-21T05:17:09.969Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T05:17:09.969Z|4acc7832-69ca-466b-a78c-36f19e9d2af0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC 2023-03-21T05:17:09.969Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:818e1cfe-7a98-4520-8d33-2c011b057372 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6a056312-f4dc-4ed6-a378-86c320d33e4f ServiceInvariantUUID:6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 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:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 ArtifactChecksum:NDFjNDA5OTFmOGYzMmQ0YmNhMDljMTVhNDk0YTE1NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c8a5dabf-4f78-4021-b28a-3af905b5cbaf ResourceInvariantUUID:6285f259-ac04-4ea8-80e7-1d0e8a4ffef5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1f7dac44-a9e5-45b4-9b58-31b9d8caa110 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:f9cccebd-29ae-4e7a-9e4d-82e47e665c3d ArtifactChecksum:OTkzMzUxOTczNDA3ZTE3YzRjYzM0ZTdjYjBmZGNlNjM= 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:3073cc97-141a-4d62-8b27-6a9a811c4ea0 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:9fd4e384-3dea-426c-8507-5164cee4c80b 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:ea8c62a8-6355-423a-9cf0-4a6c154c83f4 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:434fdfe3-8280-4290-b9a9-108d4db1e276 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T05:17:09.969Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a056312-f4dc-4ed6-a378-86c320d33e4f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:17:10.013Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T05:17:10.013Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:17:10.014Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T05:17:10.014Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T05:17:10.014Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T05:17:10.014Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d6987b7 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|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": [ "BasicCnfMacro" ] } } } 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Specified artifact is not found) 2023-03-21T05:17:10.043Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T05:17:10.044Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:10.044Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:10.044Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375830043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:11.044Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:f0651cd1-b97f-4d32-a7e3-7a3491e31ba7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||ERROR|500||Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||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: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists) 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:11.090Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375831090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f0651cd1-b97f-4d32-a7e3-7a3491e31ba7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:12.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-21T05:17:12.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||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: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists) 2023-03-21T05:17:12.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T05:17:12.091Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:12.092Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:12.092Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375832091, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 1f7dac44-a9e5-45b4-9b58-31b9d8caa110 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:13.093Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:17:13.121Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T05:17:13.124Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T05:17:13.125Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T05:17:13.137Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T05:17:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T05:17:20.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4acc7832-69ca-466b-a78c-36f19e9d2af0", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWfglurytbklrh5muuufa/1.0/resourceInstances/pnf6c73bb66561b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T05:17:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T05:17:43.138Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T05:17:43.150Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818e1cfe-7a98-4520-8d33-2c011b057372 and serviceModelVersionId: 6a056312-f4dc-4ed6-a378-86c320d33e4f 2023-03-21T05:17:43.150Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f4b66ad-c36b-4e1c-8811-58fe7b2e658b 2023-03-21T05:17:43.151Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 2023-03-21T05:17:43.154Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T05:17:43.167Z|818e1cfe-7a98-4520-8d33-2c011b057372|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/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T05:17:43.168Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||Invoke 2023-03-21T05:17:43.174Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T05:17:43.301Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0|INFO|500||InvokeReturn 2023-03-21T05:17:43.301Z|818e1cfe-7a98-4520-8d33-2c011b057372|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/6f4b66ad-c36b-4e1c-8811-58fe7b2e658b/model-vers/model-ver/6a056312-f4dc-4ed6-a378-86c320d33e4f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:17:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[409768], x-aai-txid=[1-aai-resources-230321-05:17:42:699-41445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T05:17:43.301Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T05:17:43.303Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T05:17:43.303Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|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-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818e1cfe-7a98-4520-8d33-2c011b057372 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:43.311Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "818e1cfe-7a98-4520-8d33-2c011b057372", "consumerID": "SO-sdc-controller", "timestamp": 1679375863311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T05:17:44.341Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T05:17:44.342Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f89a7ed7-94cf-4656-bc27-3370b1e7d7ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4877af2d-b7f2-4a22-950c-b8eb8d337cb1","serviceDescription":"service","serviceInvariantUUID":"f8a26e99-0af8-4ad3-9e97-5176b0a44fe8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3aa0525b-6d0d-4c16-9f18-009b5b6822bb","resourceInvariantUUID":"9ed8c7df-4aa5-4f51-9bd9-4dac0783ee45","resourceCustomizationUUID":"01aab7db-a739-458b-b752-52023675d06a","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":"ZTZmNjdkNTZkM2IwNTU1N2JhNWY3Mjg4OTI0N2Y2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6edf439e-9859-4038-b228-868d3821ba8b","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":"YzlhYzc3ZDMwNWNlMGFlNTYyMzhjNzYxN2M5NTNkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1366c3c-6d7a-4650-8fbc-81769225d0ad","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":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4","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":"98c14f1c-e74f-4d84-986d-38494136e7f5","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":"2281111c-0f63-429d-9e02-16a18bcc6b8c","artifactVersion":"2","generatedFromUUID":"02b00788-95f8-44ba-9fdd-f166e6d0a8b4"},{"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":"ZDdhZmIwYjI5OGYyZjEwZmI3ZDM4ZjU0ZDgyNDc5Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1910073-fb40-43fc-bef8-d062df58307b","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":"OGJjOWQ5OWJiYjcyNGEyN2Q2NWRmM2RkZjYxNDcyODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5720ea5-0a96-48ef-82ba-357dc2a9797f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWFmOTQ4NjA5MjZlYWM5ZmE0MGQ0YTRhNDg5YzZjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a23ced-3a66-4acc-84f2-4f4a25b97de9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T05:17:44.342Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:44.342Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:44.342Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:44.342Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T05:17:45.343Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T05:17:45.343Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T05:17:45.343Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T05:17:45.344Z|818e1cfe-7a98-4520-8d33-2c011b057372|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f89a7ed7-94cf-4656-bc27-3370b1e7d7ae", "consumerID": "SO-sdc-controller", "timestamp": 1679375255695, "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